Add zsh-autosuggestions, use colons to make ice modifiers easier to read
This commit is contained in:
parent
864047a6e8
commit
7fe13b3b6f
1 changed files with 10 additions and 4 deletions
|
@ -17,12 +17,18 @@ zplugin $load mafredri/zsh-async
|
|||
zplugin $load rupa/z
|
||||
zplugin $load sindresorhus/pure
|
||||
|
||||
zplugin ice atclone'dircolors -b LS_COLORS > c.zsh' atpull'%atclone' pick'c.zsh'; zplugin $load trapd00r/LS_COLORS
|
||||
# We have to zcompile c.zsh manually because pick-ice apparently runs before
|
||||
# atclone-ice during installation, and so can't find c.zsh to compile it.
|
||||
zplugin ice pick:c.zsh atpull:%atclone atclone:'dircolors -b LS_COLORS > c.zsh && zcompile c.zsh'
|
||||
zplugin $load trapd00r/LS_COLORS
|
||||
|
||||
zplugin ice silent wait:1 atload:_zsh_autosuggest_start
|
||||
zplugin $load zsh-users/zsh-autosuggestions
|
||||
|
||||
zplugin ice blockf; zplugin $load zsh-users/zsh-completions
|
||||
|
||||
zplugin ice silent wait1; zplugin $load mollifier/cd-gitroot
|
||||
zplugin ice silent wait1; zplugin $load micha/resty
|
||||
zplugin ice silent wait1; zplugin $load supercrabtree/k
|
||||
zplugin ice silent wait:1; zplugin $load mollifier/cd-gitroot
|
||||
zplugin ice silent wait:1; zplugin $load micha/resty
|
||||
zplugin ice silent wait:1; zplugin $load supercrabtree/k
|
||||
|
||||
zplugin ice silent wait!1; zplugin $load zdharma/fast-syntax-highlighting
|
||||
|
|
Loading…
Reference in a new issue