Update dotfiles/.zshrc

This commit is contained in:
Brian Zalewski 2022-11-02 17:06:53 +00:00
parent 0f7fe552dd
commit 5d80cb7452

View file

@ -322,7 +322,7 @@ if command -v antigen > /dev/null; then
#antigen bundle volta #antigen bundle volta
#antigen bundle wp-cli #antigen bundle wp-cli
#antigen bundle yarn #antigen bundle yarn
#antigen bundle zoxide antigen bundle zoxide
#antigen bundle k #antigen bundle k
antigen bundle mroth/evalcache antigen bundle mroth/evalcache
antigen bundle ProfessorManhattan/zsh-completions src antigen bundle ProfessorManhattan/zsh-completions src
@ -402,9 +402,9 @@ if command -v volta > /dev/null; then
fi fi
### zoxide ### zoxide
if command -v zoxide > /dev/null; then #if command -v zoxide > /dev/null; then
_evalcache zoxide init --cmd cd zsh # _evalcache zoxide init --cmd cd zsh
fi #fi
### Fig ### Fig
if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then