comparison .bashrc @ 8:f4fd1276a8b3

enabled scrolling with Shift-Page_up/down; added psgrep
author meillo@marmaro.de
date Fri, 05 Oct 2007 20:42:41 +0200
parents f8789f33df8c
children c5e14bee7dbc
comparison
equal deleted inserted replaced
7:9d451b6d3647 8:f4fd1276a8b3
98 } 98 }
99 function du2 { 99 function du2 {
100 du -h --max-depth=2 --exclude=".?*" "$@" 100 du -h --max-depth=2 --exclude=".?*" "$@"
101 } 101 }
102 102
103 function psgrep {
104 ps -eaf | grep --color=auto -i "$1"
105 }
106
103 # aliases 107 # aliases
104 108
105 #alias fireworks='wine /usr/share/Fireworks4/Fireworks\ 4.exe' 109 #alias fireworks='wine /usr/share/Fireworks4/Fireworks\ 4.exe'
106 #alias stendhal='java -jar /home/meillo/Spiele/Stendhal/stendhal' 110 #alias stendhal='java -jar /home/meillo/Spiele/Stendhal/stendhal'
107 111