From a4bd9bca04566136b39533408c0ad4ac194572cd Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 26 Sep 2002 09:11:52 +0000 Subject: [PATCH] adjust for pvv, add -*- sh -*- to top git-svn-id: file:///svn/tfheen/trunk/dotfiles@15 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- bashrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5