Home | History | Annotate | Line # | Download | only in skel
      1 #	$NetBSD: dot.shrc,v 1.3 2007/11/24 11:14:42 pavel Exp $
      2 
      3 if [ -f /etc/shrc ]; then
      4 	. /etc/shrc
      5 fi
      6 
      7 case "$-" in *i*)
      8 	# interactive mode settings go here
      9 	;;
     10 esac
     11