diff options
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -144,6 +144,7 @@ source ~/.fzf/shell/key-bindings.zsh fpath=(~/code/github/zig/shell-completions $fpath) export LS_COLORS="$(vivid generate catppuccin-mocha)" +zstyle ':completion:*:default' list-colors "$LS_COLORS" if [[ -f "$HOME/.zig/env" ]]; then source ~/.zig/env |
