🐛 (.zshrc, install.sh): fix newline issues at the end of files

This commit is contained in:
Frank Qing
2025-05-28 02:42:18 +08:00
parent d160d1795b
commit 5f22fb4d7e
5 changed files with 46 additions and 2 deletions

4
zshrc/nvm.zsh Normal file
View File

@@ -0,0 +1,4 @@
# Initialize nvm (Node Version Manager)
export NVM_DIR="${XDG_CONFIG_HOME:-$HOME/.nvm}"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion