xref: /netbsd/etc/root/dot.shrc (revision bf9ec67e)
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