mirror of https://github.com/ohmyzsh/ohmyzsh.git
parent
2522ab4504
commit
2d0e7fbdad
|
@ -17,6 +17,7 @@ In the meantime the autoenv plugin is DISABLED.
|
||||||
END
|
END
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
source $autoenv_dir/activate.sh
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
[[ $? != 0 ]] && return $?
|
[[ $? != 0 ]] && return $?
|
||||||
|
|
Loading…
Reference in New Issue