Update dotfiles/.zshrc
This commit is contained in:
parent
0f7fe552dd
commit
5d80cb7452
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue