bash_profile: need to unset vars when sourcing files instead of executing

This commit is contained in:
Gregor Bückendorf 2018-12-13 17:11:02 +01:00
parent 94ec834c71
commit abae11bfaf

View file

@ -22,3 +22,5 @@ set +a
if [[ -t 0 && -r ~/.bashrc ]]; then if [[ -t 0 && -r ~/.bashrc ]]; then
. ~/.bashrc . ~/.bashrc
fi fi
unset -v file