From 3061cc71f1cae59205b8947604800c3c1f1dc3e9 Mon Sep 17 00:00:00 2001 From: nojhan Date: Sat, 28 Apr 2012 00:52:07 +0200 Subject: [PATCH] comments --- .bashrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index c4bf37d..8f71bdc 100644 --- a/.bashrc +++ b/.bashrc @@ -323,12 +323,15 @@ alias rcp_443='rsync -avz --ignore-existing --progress --rsh "ssh -p 443 -l nojh # ipython shell with correct default apps alias ipy='ipython -pylab -p scipy --editor="gvim"' -# nautilus file manager in browser mode without ddestkop management +# nautilus file manager in browser mode without destkop management alias nautile='nautilus --no-desktop --browser' +# colored gcc output using the colout command alias cgcc="colout :[0-9]+: yellow standard | colout error | colout warning magenta | colout pragma green standard" - # Added by autojump install.sh source /etc/profile.d/autojump.bash + +# print a vim fortune at startup /usr/games/fortune vimtips +