mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
autoenv: actually source autoenv once located
Fixes bug introduced in #4440
This commit is contained in:
parent
2522ab4504
commit
2d0e7fbdad
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ In the meantime the autoenv plugin is DISABLED.
|
|||
END
|
||||
return 1
|
||||
fi
|
||||
source $autoenv_dir/activate.sh
|
||||
fi
|
||||
}
|
||||
[[ $? != 0 ]] && return $?
|
||||
|
|
Loading…
Reference in a new issue