]> err.no Git - dotfiles/commitdiff
adjust for pvv, add -*- sh -*- to top
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 09:11:52 +0000 (09:11 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 09:11:52 +0000 (09:11 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@15 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

bashrc

diff --git a/bashrc b/bashrc
index 040c79ca9577062cc351ea3abcccca95d5c2ae20..40f64d5fd6ef256734d4eb9a48773cf1d68ccdd4 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -1,4 +1,4 @@
-# .bashrc
+# .bashrc -*- sh -*-
 
 # User specific aliases and functions
 
 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