diff options
Diffstat (limited to 'zsh')
-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 |