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