dot.shrc revision 1.3
11.3Ssimonb#	$NetBSD: dot.shrc,v 1.3 2000/05/14 23:13:54 simonb Exp $
21.3Ssimonb
31.1Smycrofthup(){ kill -HUP `cat /var/run/$1.pid`; }
41.1Smycroftll(){ ls -l ${1+"$@"}; }
51.1Smycroft
61.1Smycroftcase "$-" in *i*)
71.2Smycroft	PS1="${HOST%%.*}$PS1"
81.1Smycroft	set -o emacs
91.1Smycroft	;;
101.1Smycroftesac
11