X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=blobdiff_plain;f=dot-files%2F_shrc;fp=dot-files%2F_shrc;h=2743f72c3db054ac484ffac1e5fb7eda89825b7c;hp=0000000000000000000000000000000000000000;hb=96ae156534c456ce59254998be189bc9cb258490;hpb=fa41c89f068cab05bc08284fea74694d8e414485 diff --git a/dot-files/_shrc b/dot-files/_shrc new file mode 100644 index 0000000..2743f72 --- /dev/null +++ b/dot-files/_shrc @@ -0,0 +1,10 @@ +# $NetBSD: dot.shrc,v 1.3 2007/11/24 11:14:42 pavel Exp $ + +if [ -f /etc/shrc ]; then + . /etc/shrc +fi + +case "$-" in *i*) + # interactive mode settings go here + ;; +esac