dot.shrc revision 1.3
1#	$NetBSD: dot.shrc,v 1.3 2000/05/14 23:13:54 simonb Exp $
2
3hup(){ kill -HUP `cat /var/run/$1.pid`; }
4ll(){ ls -l ${1+"$@"}; }
5
6case "$-" in *i*)
7	PS1="${HOST%%.*}$PS1"
8	set -o emacs
9	;;
10esac
11