dotfiles
changeset 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 | 9d451b6d3647 |
children | c5e14bee7dbc |
files | .Xdefaults .bashrc .xinitrc |
diffstat | 3 files changed, 7 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/.Xdefaults Mon Sep 10 22:02:07 2007 +0200 1.2 +++ b/.Xdefaults Fri Oct 05 20:42:41 2007 +0200 1.3 @@ -14,6 +14,8 @@ 1.4 1.5 urxvt*saveLines: 10000 1.6 1.7 +urxvt.secondaryScroll: true 1.8 + 1.9 1.10 1.11
2.1 --- a/.bashrc Mon Sep 10 22:02:07 2007 +0200 2.2 +++ b/.bashrc Fri Oct 05 20:42:41 2007 +0200 2.3 @@ -100,6 +100,10 @@ 2.4 du -h --max-depth=2 --exclude=".?*" "$@" 2.5 } 2.6 2.7 +function psgrep { 2.8 + ps -eaf | grep --color=auto -i "$1" 2.9 +} 2.10 + 2.11 # aliases 2.12 2.13 #alias fireworks='wine /usr/share/Fireworks4/Fireworks\ 4.exe'