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