NetBSD/etc/root/dot.shrc
mycroft e3d7832343 Minor change:
Don't use a backquote expression to get the host name; use a pattern
substitution on lop-nor.ihack.net instead.
2000-05-14 18:20:55 +00:00

9 lines
132 B
Plaintext

hup(){ kill -HUP `cat /var/run/$1.pid`; }
ll(){ ls -l ${1+"$@"}; }
case "$-" in *i*)
PS1="${HOST%%.*}$PS1"
set -o emacs
;;
esac