From e7ec0bdcf4f818af7d8ddfd8e688c29e027faa57 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 26 Sep 2002 09:12:42 +0000 Subject: [PATCH] adjust for pvv git-svn-id: file:///svn/tfheen/trunk/dotfiles@17 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- bash_profile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5