dot.shrc revision 1.6
11.6Stoddpw#	$NetBSD: dot.shrc,v 1.6 2001/04/01 01:32:10 toddpw Exp $
21.3Ssimonb
31.6Stoddpwhup(){ (read pid; kill -HUP $pid) </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