e64fcaf2af
and make equivalent for dot.shrc.
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
# $NetBSD: dot.shrc,v 1.5 2001/03/01 22:45:49 tv 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
|