From abae11bfafd3914a4432d9b352c5d6441fa8a1cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20B=C3=BCckendorf?= Date: Thu, 13 Dec 2018 17:11:02 +0100 Subject: [PATCH] bash_profile: need to unset vars when sourcing files instead of executing --- .bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash_profile b/.bash_profile index 4c8657d..da33694 100644 --- a/.bash_profile +++ b/.bash_profile @@ -22,3 +22,5 @@ set +a if [[ -t 0 && -r ~/.bashrc ]]; then . ~/.bashrc fi + +unset -v file