diff options
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
