dotfiles
diff .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 |
line diff
1.1 --- a/.bashrc Mon Sep 10 22:02:07 2007 +0200 1.2 +++ b/.bashrc Fri Oct 05 20:42:41 2007 +0200 1.3 @@ -100,6 +100,10 @@ 1.4 du -h --max-depth=2 --exclude=".?*" "$@" 1.5 } 1.6 1.7 +function psgrep { 1.8 + ps -eaf | grep --color=auto -i "$1" 1.9 +} 1.10 + 1.11 # aliases 1.12 1.13 #alias fireworks='wine /usr/share/Fireworks4/Fireworks\ 4.exe'