e3d7832343
Don't use a backquote expression to get the host name; use a pattern substitution on lop-nor.ihack.net instead.
9 lines
132 B
Plaintext
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
|