From: tfheen Date: Thu, 26 Sep 2002 09:11:52 +0000 (+0000) Subject: adjust for pvv, add -*- sh -*- to top X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4bd9bca04566136b39533408c0ad4ac194572cd;p=dotfiles adjust for pvv, add -*- sh -*- to top git-svn-id: file:///svn/tfheen/trunk/dotfiles@15 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/bashrc b/bashrc index 040c79c..40f64d5 100644 --- a/bashrc +++ b/bashrc @@ -1,4 +1,4 @@ -# .bashrc +# .bashrc -*- sh -*- # User specific aliases and functions @@ -10,6 +10,10 @@ if [ -f /etc/bashrc ]; then . /etc/bashrc fi +if [ -f /local/skel/all.bashrc ]; then + /local/skel/all.bashrc +fi + export CVSROOT=~/data/cvs export EDITOR=/usr/bin/emacs