Use sharkdp/vivid if it's available
This commit is contained in:
parent
3eec157285
commit
92f9db8f7b
1 changed files with 5 additions and 1 deletions
|
@ -24,7 +24,11 @@ else
|
|||
zinit $load sindresorhus/pure
|
||||
fi
|
||||
|
||||
zinit pack:no-dir-color-swap for ls_colors
|
||||
if (( $+commands[vivid] )); then
|
||||
export LS_COLORS=$(vivid generate molokai)
|
||||
else
|
||||
zinit pack:no-dir-color-swap for ls_colors
|
||||
fi
|
||||
|
||||
zinit ice silent wait:1 atload:_zsh_autosuggest_start
|
||||
zinit $load zsh-users/zsh-autosuggestions
|
||||
|
|
Loading…
Reference in a new issue