]> err.no Git - dotfiles/commitdiff
adjust for pvv
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 09:12:42 +0000 (09:12 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 09:12:42 +0000 (09:12 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@17 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

bash_profile

index af95ccf10a1477a7fff3e8b1ecb7de3499980488..76c258635537bbeb53fa975ad8af97deeea68259 100644 (file)
@@ -1,6 +1,11 @@
-# .bash_profile
+# .bash_profile -*- sh -*-
 
 # Get the aliases and functions
+
+if [ -f /local/skel/all.bash_profile ]; then
+   . /local/skel/all.bash_profile
+fi
+
 if [ -f ~/.bashrc ]; then
        . ~/.bashrc
 fi