diff options
| author | seth <[email protected]> | 2023-03-16 03:36:25 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-16 03:36:25 -0400 |
| commit | 762e8ce739147fe37bfece556cd4858c9d9d9b37 (patch) | |
| tree | 16d1a68178fc1e93143d35d385dcfa1ec49fe950 | |
| parent | d81a21be578cd02f4d0da5ea347473db3581afab (diff) | |
add bat config + use zoxide in zsh
| -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 |
