From 762e8ce739147fe37bfece556cd4858c9d9d9b37 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 16 Mar 2023 03:36:25 -0400 Subject: add bat config + use zoxide in zsh --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index d7a004c..a06eed6 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -33,7 +33,7 @@ zstyle ':completion::*' cache-path "$cache_path" # load plugins antidote load -## eval "$(zoxide init zsh)" +command -v zoxide && eval "$(zoxide init zsh)" unset antidote_dir # compile completion -- cgit v1.2.3