diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-11-20 20:53:29 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-11-20 20:53:29 +0000 |
| commit | e4534432c064efc167c84c2b2cbc957ad72dcb13 (patch) | |
| tree | 87be4e7c6988036f5ffd80b4d43d2a7f7901fb4b | |
| parent | 2cd24395f7ae23ae96955f2d497ab5e4ccd75de0 (diff) | |
Remove macOS specific from .zshrc
| -rw-r--r-- | zsh/.zshrc | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -19,12 +19,5 @@ foreach file (`echo $sources`) end # =============================== -export NVM_DIR="$HOME/.nvm" -[ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh" -[ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" - -export PYENV_ROOT="$HOME/.pyenv" -command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" -eval "$(pyenv init -)" -eval "$(pyenv virtualenv-init -)" +# source $ZSH_CONFIG/ephemeral.zsh |
