From f71c4c3816d0c6bc3156002d80f909f400628544 Mon Sep 17 00:00:00 2001 From: alvinlollo Date: Sun, 19 Jul 2026 21:18:23 +1000 Subject: [PATCH] Install nvm fish plugin properly and reload --- LazyVim.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LazyVim.sh b/LazyVim.sh index e4c0eff..a6d5bf8 100755 --- a/LazyVim.sh +++ b/LazyVim.sh @@ -84,10 +84,12 @@ if command -v nvm &>/dev/null; then # Check if fish is installed first, then check for fisher if command -v fish &>/dev/null && fish -c "functions -q fisher" &>/dev/null; then fisher install jorgebucaran/nvm.fish + source ~/.config/fish/config.fish else curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source fisher install jorgebucaran/fisher - source ~/.fishrc + fisher install jorgebucaran/nvm.fish + source ~/.config/fish/config.fish fi elif [ "$CURRENT_SHELL" = "zsh" ] && [ -f ~/.zshrc ]; then