Skip to content

Commit

Permalink
better ls colors
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Feb 8, 2024
1 parent 89adf7d commit f26845d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,17 @@ zinit wait lucid light-mode for \
"OMZP::tmux" \
"OMZP::zoxide"

zinit ice lucid from"gh-r" as"command" \
mv"vivid-*/vivid -> vivid" \
atload'export LS_COLORS="$(vivid generate one-dark)"; zstyle ":completion:*" list-colors "${(s.:.)LS_COLORS}"'
zinit light sharkdp/vivid

# towards the end because it assumes some things are set in other plugins
zinit wait lucid light-mode for "personal"

# from OMZL: completion, correction, directories, git(?), history, key bindings, termsupport, themeandappearance(? maybe this overrides trapdoor) vcs_info (?)
zstyle ':omz:lib:theme-and-appearance' gnu-ls yes

# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh

Expand Down

0 comments on commit f26845d

Please sign in to comment.