dot.shrc revision 1.1
1hup(){ kill -HUP `cat /var/run/$1.pid`; }
2ll(){ ls -l ${1+"$@"}; }
3
4case "$-" in *i*)
5	PS1="`hostname -s`$PS1"
6	set -o emacs
7	;;
8esac
9