From 0ab5d6167b2bda6ef187ffa9d10d656d72d15b13 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Tue, 11 Mar 2025 10:00:00 -0400 Subject: [PATCH] 2025-03-11 --- zsh_config/omzsh.zsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zsh_config/omzsh.zsh b/zsh_config/omzsh.zsh index bb368dc..a3c4111 100644 --- a/zsh_config/omzsh.zsh +++ b/zsh_config/omzsh.zsh @@ -75,14 +75,15 @@ ENABLE_CORRECTION="true" zsh-autocomplete bbedit github - macos + gh nvm npm gitignore brew + thefuck ) FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}" -NVM_HOMEBREW=$(brew --prefix nvm) +NVM_HOMEBREW=/opt/homebrew/opt/nvm source $ZSH/oh-my-zsh.sh