2007-11-24 14:14:41 +03:00
|
|
|
# $NetBSD: dot.shrc,v 1.3 2007/11/24 11:14:42 pavel Exp $
|
2006-09-01 02:49:55 +04:00
|
|
|
|
2007-11-24 14:14:41 +03:00
|
|
|
if [ -f /etc/shrc ]; then
|
|
|
|
. /etc/shrc
|
|
|
|
fi
|
2006-09-01 02:49:55 +04:00
|
|
|
|
|
|
|
case "$-" in *i*)
|
2006-09-14 17:01:31 +04:00
|
|
|
# interactive mode settings go here
|
2006-09-01 02:49:55 +04:00
|
|
|
;;
|
|
|
|
esac
|