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