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/bat/config | 1 + .config/zsh/.zshrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .config/bat/config (limited to '.config') diff --git a/.config/bat/config b/.config/bat/config new file mode 100644 index 0000000..8af0506 --- /dev/null +++ b/.config/bat/config @@ -0,0 +1 @@ +--theme='catppuccin' 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