0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

fix(autoenv): typo

This commit is contained in:
Carlo Sala 2023-06-05 10:26:36 +02:00
parent b36c90d9ab
commit d1c64bfda3
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

View file

@ -50,7 +50,7 @@ END
return 1
fi
# Load autoenv
if [[ -e $autoenv_dir/activate ]];
if [[ -e $autoenv_dir/activate ]]; then
source $autoenv_dir/activate
else
source $autoenv_dir/activate.sh