dot.shrc revision 1.4
1#	$NetBSD: dot.shrc,v 1.4 2001/03/01 22:30:41 tv Exp $
2
3hup(){ kill -HUP `head -1 /var/run/$1.pid`; }
4ll(){ ls -l ${1+"$@"}; }
5
6case "$-" in *i*)
7	PS1="${HOST%%.*}$PS1"
8	set -o emacs
9	;;
10esac
11