aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 1497cb3..7590429 100644
--- a/.zshrc
+++ b/.zshrc
@@ -143,6 +143,8 @@ source ~/.fzf/shell/completion.zsh
source ~/.fzf/shell/key-bindings.zsh
fpath=(~/code/github/zig/shell-completions $fpath)
+export LS_COLORS="$(vivid generate catppuccin-mocha)"
+
if [[ -f "$HOME/.zig/env" ]]; then
source ~/.zig/env
fi