Fix: add missing newline at end of file in nvm.zsh and pyenv.zsh for consistency
This commit is contained in:
@@ -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
|
||||
eval "$(pyenv init - zsh)" # This loads pyenv
|
||||
|
||||
Reference in New Issue
Block a user