fix deprecated warning
This commit is contained in:
parent
d768291c8a
commit
9358fac74a
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.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
|
||||
|
||||
|
|
Reference in a new issue