From: short <> Date: Thu, 27 Sep 2001 15:48:16 +0000 (+0000) Subject: permit later reinitializations by unsetting "$_home_short_dotbashrc" X-Git-Tag: rh72~35 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=987c9675d4e1aa7e259472f414de9af708ba0e29;hp=c26ee2523bb7fa5b2b7414c37f3c36e8922b1f8d permit later reinitializations by unsetting "$_home_short_dotbashrc" --- diff --git a/.bashrc b/.bashrc index 977133b..01cb1e2 100644 --- a/.bashrc +++ b/.bashrc @@ -53,4 +53,5 @@ ulimit -c 0 if [ -f "$HOME/.bashrc.local" ];then source "$HOME/.bashrc.local";fi + unset _home_short_dotbashrc # permit later reinitializations fi # _home_short_dotbashrc