mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 18:30:08 +00:00
fix(autoenv): typo
This commit is contained in:
parent
b36c90d9ab
commit
d1c64bfda3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ END
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
# Load autoenv
|
# Load autoenv
|
||||||
if [[ -e $autoenv_dir/activate ]];
|
if [[ -e $autoenv_dir/activate ]]; then
|
||||||
source $autoenv_dir/activate
|
source $autoenv_dir/activate
|
||||||
else
|
else
|
||||||
source $autoenv_dir/activate.sh
|
source $autoenv_dir/activate.sh
|
||||||
|
|
Loading…
Reference in a new issue