don't auto nac in .bash_env if a nodeenv env is already activated

This commit is contained in:
Michael Bradley, Jr 2018-08-08 17:16:53 -05:00
parent 27bd3ca3df
commit fc5984b298
1 changed files with 3 additions and 1 deletions

4
env/.bash_env vendored
View File

@ -126,4 +126,6 @@ __versions_export () {
}
export -f __versions_export
nac default
if [[ ! -v NODE_VIRTUAL_ENV ]]; then
nac default
fi