X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bash_profile;h=1105d6bccb385cc702d00621581c1793378ef2b4;hp=d5f43d7cdc5c2497f2dae08f5717321e8f762da9;hb=52714da532d76625f157e459be053b2cf8f47451;hpb=16aea5ed1de79a99447db48c0ee14c060b1f806c diff --git a/.bash_profile b/.bash_profile index d5f43d7..1105d6b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,6 +1,6 @@ if [ -f "$HOME/.bashrc" ];then export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV";fi -finger -m +# '2>/dev/null' as finger(1) may not be present. +finger 2>/dev/null if [ -f "$HOME/.bash_profile.local" ];then source "$HOME/.bash_profile.local";fi