Archived
0
0
Fork 0

fix deprecated warning

This commit is contained in:
Daryl Ronningen 2022-11-17 11:49:31 -08:00
parent d768291c8a
commit 9358fac74a
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

2
.zshrc
View file

@ -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) plugins=(zsh-history-substring-search zsh-autosuggestions bgnotify colored-man-pages nvm rust docker docker-compose dotnet zsh-syntax-highlighting)
# Plugin Configs # Plugin Configs
NVM_AUTOLOAD=1
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor root line) 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 fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src