Fix nvm flag. uninstall script added

This commit is contained in:
2026-01-27 22:23:06 +01:00
parent c9f40358ad
commit 688a40df6f
2 changed files with 87 additions and 0 deletions

View File

@@ -15,5 +15,8 @@ source ~/.zsh/history.zsh
source ~/.zsh/fzf.zsh
source ~/.zsh/plugins.zsh
# Optional NVM
[ -f ~/.zsh/nvm.zsh ] && source ~/.zsh/nvm.zsh
# Optional local overrides (not committed)
[ -f ~/.zshrc.local ] && source ~/.zshrc.local