diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2025-01-21 17:25:15 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2025-01-21 17:25:15 +0000 |
commit | 83e16a6a2c58e944f3b2c28b8b87cef5ebb69431 (patch) | |
tree | cdafd9f0ebec831043c4e1ce173b8dfa925354db /zsh/.zshrc | |
parent | 234208ea25431eb5c99132f87ccbc9723a5be1ff (diff) |
Remove pyenv
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -26,9 +26,6 @@ bindkey '^r' history-incremental-search-backward # PROMPT='%~ > ' -export PYENV_ROOT="$HOME/.pyenv" -[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" -eval "$(pyenv init -)" if command -v ngrok &>/dev/null; then eval "$(ngrok completion)" fi |