bash_profile: need to unset vars when sourcing files instead of executing
This commit is contained in:
parent
94ec834c71
commit
abae11bfaf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue