diff options
| -rw-r--r-- | .config/bat/config | 1 | ||||
| -rw-r--r-- | .config/zsh/.zshrc | 2 |
2 files changed, 2 insertions, 1 deletions
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 |
