From: tfheen Date: Thu, 26 Sep 2002 09:12:42 +0000 (+0000) Subject: adjust for pvv X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7ec0bdcf4f818af7d8ddfd8e688c29e027faa57;p=dotfiles adjust for pvv git-svn-id: file:///svn/tfheen/trunk/dotfiles@17 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/bash_profile b/bash_profile index af95ccf..76c2586 100644 --- a/bash_profile +++ b/bash_profile @@ -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