From 9358fac74ac9d797d09e5004327b3fe5338b8e02 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Thu, 17 Nov 2022 11:49:31 -0800 Subject: [PATCH] fix deprecated warning --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b4a5800..1dfd41c 100644 --- a/.zshrc +++ b/.zshrc @@ -14,8 +14,8 @@ COMPLETION_WAITING_DOTS=true plugins=(zsh-history-substring-search zsh-autosuggestions bgnotify colored-man-pages nvm rust docker docker-compose dotnet zsh-syntax-highlighting) # Plugin Configs -NVM_AUTOLOAD=1 ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor root line) +zstyle ':omz:plugins:nvm' autoload true fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src