aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2024-02-01 22:57:14 -0500
committerAlec Goncharow <alec@goncharow.dev>2024-02-01 22:57:14 -0500
commite1085d7e6d3e0df80cca79cb468366f046e8cfed (patch)
tree2db280924a473fa078b676a8a8be374e8d47f4c0 /.zshrc
parenteca35d6d822acba9bddec526ba95041880e20b67 (diff)
neovide is kinda cool
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