X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.bash_profile;h=d5f43d7cdc5c2497f2dae08f5717321e8f762da9;hb=9d45569122b4c86a98c42fee954885f33af27e8d;hp=7ff84cdd604997877bda705dd47376fc106a683e;hpb=22a13978650131583b5ffc4cff385e812f7bd9c2;p=nethome.git diff --git a/.bash_profile b/.bash_profile index 7ff84cd..d5f43d7 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,6 @@ -export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV" +if [ -f "$HOME/.bashrc" ];then export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV";fi + finger m + +if [ -f "$HOME/.bash_profile.local" ];then source "$HOME/.bash_profile.local";fi