dotfiles
diff .bashrc @ 3:4c1ead2dc501
xinitrc and screenrc added; code cleanups
author | meillo@marmaro.de |
---|---|
date | Wed, 25 Apr 2007 20:42:44 +0200 |
parents | ed27560e11be |
children | 68dd6ae11835 |
line diff
1.1 --- a/.bashrc Sat Apr 14 16:11:01 2007 +0200 1.2 +++ b/.bashrc Wed Apr 25 20:42:44 2007 +0200 1.3 @@ -1,3 +1,9 @@ 1.4 +# markus schnalke -- http://marmaro.de 1.5 +# 1.6 +# modified standard bashrc of debian sarge 1.7 +# 1.8 + 1.9 + 1.10 # ~/.bashrc: executed by bash(1) for non-login shells. 1.11 # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) 1.12 # for examples 1.13 @@ -35,8 +41,8 @@ 1.14 1.15 alias dh='df -h' 1.16 1.17 -alias du1='du -h --max-depth=1 --exclude=".?*" ' 1.18 -alias du2='du -h --max-depth=2 --exclude=".?*" ' 1.19 +alias du1='du -h --max-depth=1 --exclude=".?*" ' # -> shellscript instead of alias 1.20 +alias du2='du -h --max-depth=2 --exclude=".?*" ' # -> shellscript instead of alias 1.21 1.22 alias serveme='ssh meillo@192.168.0.100' 1.23