Skip to content

Commit

Permalink
remove export PATH from zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmilon committed Jul 20, 2021
1 parent d5ae2d7 commit f61c2b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion zprofile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Setup the PATH for pyenv binaries and shims
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
Expand Down
2 changes: 0 additions & 2 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export PATH="${HOME}/.rbenv/bin:${PATH}" # Needed for Linux/WSL
type -a rbenv > /dev/null && eval "$(rbenv init -)"

# Load pyenv (to manage your Python versions)
export PATH="${HOME}/.pyenv/bin:${PATH}" # Needed for Linux/WSL
export PYENV_VIRTUALENV_DISABLE_PROMPT=1 # https://github.com/pyenv/pyenv-virtualenv/issues/135
type -a pyenv > /dev/null && eval "$(pyenv init -)" && eval "$(pyenv virtualenv-init -)" && RPROMPT+='[🐍 $(pyenv_prompt_info)]'

# Load nvm (to manage your node versions)
Expand Down

0 comments on commit f61c2b1

Please sign in to comment.