Home | History | Annotate | Line # | Download | only in skel
dot.shrc revision 1.1.2.1
      1  1.1.2.1      riz #	$NetBSD: dot.shrc,v 1.1.2.1 2006/09/02 23:56:14 riz Exp $
      2      1.1  hubertf 
      3      1.1  hubertf ll(){ ls -l ${1+"$@"}; }
      4      1.1  hubertf 
      5      1.1  hubertf case "$-" in *i*)
      6      1.1  hubertf 	PS1="${HOST%%.*}$PS1"
      7      1.1  hubertf 	set -o emacs
      8      1.1  hubertf 	;;
      9      1.1  hubertf esac
     10