shrc revision 1.5
11.1Spavelll(){ ls -l ${1+"$@"}; } 21.1Spavel 31.1Spavelcase "$-" in *i*) 41.5Sad if /bin/test -z "${HOST}"; then 51.5Sad HOST=`hostname` 61.5Sad fi 71.1Spavel PS1="${HOST%%.*}$PS1" 81.1Spavel set -o emacs 91.4Sapb # This file is used by shells that might not support 101.4Sapb # set -o tabcomplete, so check before trying to use it. 111.4Sapb ( set -o tabcomplete 2>/dev/null ) && set -o tabcomplete 121.1Spavel ;; 131.2Stacaesac 14