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