mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Removing mentions of $PATH, using zsh $path instead
This commit is contained in:
parent
207b6a1e33
commit
3e5b128c2d
4 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ for pyenvdir in "${pyenvdirs[@]}" ; do
|
|||
if [ -d $pyenvdir/bin -a $FOUND_PYENV -eq 0 ] ; then
|
||||
FOUND_PYENV=1
|
||||
export PYENV_ROOT=$pyenvdir
|
||||
export PATH=${pyenvdir}/bin:$PATH
|
||||
path=(${pyenvdir}/bin $path)
|
||||
eval "$(pyenv init --no-rehash - zsh)"
|
||||
|
||||
function pyenv_prompt_info() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue