xref: /netbsd-src/etc/root/dot.shrc (revision 8a8f936f250a330d54f8a24ed0e92aadf9743a7b)
1#	$NetBSD: dot.shrc,v 1.6 2001/04/01 01:32:10 toddpw 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