11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
# $NetBSD: dot.shrc,v 1.6 2001/04/01 01:32:10 toddpw Exp $
|
|
|
|
hup(){ (read pid; kill -HUP $pid) </var/run/$1.pid; }
|
|
ll(){ ls -l ${1+"$@"}; }
|
|
|
|
case "$-" in *i*)
|
|
PS1="${HOST%%.*}$PS1"
|
|
set -o emacs
|
|
;;
|
|
esac
|