dot.shrc revision 1.2
11.1Smycrofthup(){ kill -HUP `cat /var/run/$1.pid`; }
21.1Smycroftll(){ ls -l ${1+"$@"}; }
31.1Smycroft
41.1Smycroftcase "$-" in *i*)
51.2Smycroft	PS1="${HOST%%.*}$PS1"
61.1Smycroft	set -o emacs
71.1Smycroft	;;
81.1Smycroftesac
9