mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
fix(autoenv): typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user