X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bash_profile;h=1105d6bccb385cc702d00621581c1793378ef2b4;hp=c12e549f83f5c2f80b2d934ff801baa7afea817d;hb=271bd12bf3ce2bbf0e03fa5fe2bec93840d2c247;hpb=88bfd93c9b1049642d37efd00a9009a84b7ec095 diff --git a/.bash_profile b/.bash_profile index c12e549..1105d6b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,7 +1,6 @@ if [ -f "$HOME/.bashrc" ];then export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV";fi -finger -m -cat 2>/dev/null .perlmail-submit.log +# '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