X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bash_profile;h=d5f43d7cdc5c2497f2dae08f5717321e8f762da9;hp=98081360f6a0661719d78a7d27f88abe6e1e1de6;hb=e5db0608cec639f78e696946be4e4ccaa0bf4b90;hpb=5d64e392d2ce7efdc05f5899a88cdbeed553c76b diff --git a/.bash_profile b/.bash_profile index 9808136..d5f43d7 100644 --- a/.bash_profile +++ b/.bash_profile @@ -2,3 +2,5 @@ if [ -f "$HOME/.bashrc" ];then export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV finger m + +if [ -f "$HOME/.bash_profile.local" ];then source "$HOME/.bash_profile.local";fi