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