shrc revision 1.4
11.1Spavelll(){ ls -l ${1+"$@"}; }
21.1Spavel
31.1Spavelcase "$-" in *i*)
41.1Spavel	PS1="${HOST%%.*}$PS1"
51.1Spavel	set -o emacs
61.4Sapb	# This file is used by shells that might not support
71.4Sapb	# set -o tabcomplete, so check before trying to use it.
81.4Sapb	( set -o tabcomplete 2>/dev/null ) && set -o tabcomplete
91.1Spavel	;;
101.2Stacaesac
11