Home | History | Annotate | Line # | Download | only in skel
dot.shrc revision 1.1
      1  1.1  hubertf #	$NetBSD: dot.shrc,v 1.1 2006/08/31 22:49:55 hubertf 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