Home | History | Annotate | Line # | Download | only in etc
shrc revision 1.4.26.1
      1       1.1  pavel ll(){ ls -l ${1+"$@"}; }
      2       1.1  pavel 
      3       1.1  pavel case "$-" in *i*)
      4  1.4.26.1    snj 	if /bin/test -z "${HOST}"; then
      5  1.4.26.1    snj 		HOST=`hostname`
      6  1.4.26.1    snj 	fi
      7       1.1  pavel 	PS1="${HOST%%.*}$PS1"
      8       1.1  pavel 	set -o emacs
      9       1.4    apb 	# This file is used by shells that might not support
     10       1.4    apb 	# set -o tabcomplete, so check before trying to use it.
     11       1.4    apb 	( set -o tabcomplete 2>/dev/null ) && set -o tabcomplete
     12       1.1  pavel 	;;
     13       1.2   taca esac
     14