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 wrap: on
line diff
--- a/.bashrc	Sat Apr 14 16:11:01 2007 +0200
+++ b/.bashrc	Wed Apr 25 20:42:44 2007 +0200
@@ -1,3 +1,9 @@
+# markus schnalke -- http://marmaro.de
+#
+# modified standard bashrc of debian sarge
+#
+
+
 # ~/.bashrc: executed by bash(1) for non-login shells.
 # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
 # for examples
@@ -35,8 +41,8 @@
 
 alias dh='df -h'
 
-alias du1='du -h --max-depth=1 --exclude=".?*" '
-alias du2='du -h --max-depth=2 --exclude=".?*" '
+alias du1='du -h --max-depth=1 --exclude=".?*" '  # -> shellscript instead of alias
+alias du2='du -h --max-depth=2 --exclude=".?*" '  # -> shellscript instead of alias
 
 alias serveme='ssh meillo@192.168.0.100'