X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;ds=sidebyside;f=.bash_profile;h=d5f43d7cdc5c2497f2dae08f5717321e8f762da9;hb=fe18fdb6b21a839b0cd1001ad6da348fd45b419a;hp=98081360f6a0661719d78a7d27f88abe6e1e1de6;hpb=5d64e392d2ce7efdc05f5899a88cdbeed553c76b;p=nethome.git 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