From 5d80cb7452f43fe50e81de9a941d665a84f0b7a9 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 2 Nov 2022 17:06:53 +0000 Subject: [PATCH] Update dotfiles/.zshrc --- dotfiles/.zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 4e752ca6..320b3f6f 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -322,7 +322,7 @@ if command -v antigen > /dev/null; then #antigen bundle volta #antigen bundle wp-cli #antigen bundle yarn - #antigen bundle zoxide + antigen bundle zoxide #antigen bundle k antigen bundle mroth/evalcache antigen bundle ProfessorManhattan/zsh-completions src @@ -402,9 +402,9 @@ if command -v volta > /dev/null; then fi ### zoxide -if command -v zoxide > /dev/null; then - _evalcache zoxide init --cmd cd zsh -fi +#if command -v zoxide > /dev/null; then +# _evalcache zoxide init --cmd cd zsh +#fi ### Fig if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then