Compare commits
2 commits
f54e89b435
...
a7a24f81f6
Author | SHA1 | Date | |
---|---|---|---|
a7a24f81f6 | |||
dba0d5ab99 |
1 changed files with 7 additions and 3 deletions
|
@ -14,10 +14,14 @@ zinit $load willghatch/zsh-saneopt
|
|||
|
||||
zinit $load mafredri/zsh-async
|
||||
zinit $load rupa/z
|
||||
zinit $load sindresorhus/pure
|
||||
|
||||
zinit ice nocompile:! pick:c.zsh atpull:%atclone atclone:'dircolors -b LS_COLORS > c.zsh'
|
||||
zinit $load trapd00r/LS_COLORS
|
||||
if (( $+commands[starship] )); then
|
||||
source <(starship init zsh --print-full-init)
|
||||
else
|
||||
zinit $load sindresorhus/pure
|
||||
fi
|
||||
|
||||
zinit pack:no-dir-color-swap for ls_colors
|
||||
|
||||
zinit ice silent wait:1 atload:_zsh_autosuggest_start
|
||||
zinit $load zsh-users/zsh-autosuggestions
|
||||
|
|
Loading…
Reference in a new issue