diff --git a/zshrc/nvm.zsh b/zshrc/nvm.zsh index da81fd3..ba4cf37 100644 --- a/zshrc/nvm.zsh +++ b/zshrc/nvm.zsh @@ -4,4 +4,4 @@ nvm() { [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" nvm "$@" -} \ No newline at end of file +} diff --git a/zshrc/pyenv.zsh b/zshrc/pyenv.zsh index df5c984..3acaabb 100644 --- a/zshrc/pyenv.zsh +++ b/zshrc/pyenv.zsh @@ -1,4 +1,4 @@ # Initialize pyenv (Python Version Manager) export PYENV_ROOT="$HOME/.pyenv" [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" # Add pyenv to PATH -eval "$(pyenv init - zsh)" # This loads pyenv \ No newline at end of file +eval "$(pyenv init - zsh)" # This loads pyenv