Made some load adjustments
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
631e6f4258
commit
fce1858e12
1 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@ fi
|
||||||
source ~/.zplugin/bin/zplugin.zsh
|
source ~/.zplugin/bin/zplugin.zsh
|
||||||
|
|
||||||
# pure prompt
|
# pure prompt
|
||||||
zplugin ice lucid pick'async.zsh' src'pure.zsh' onlight'prompt_pure_setup'
|
zplugin ice load multisrc'{async,pure}.zsh' atload'!prompt_pure_precmd'
|
||||||
zplugin light sindresorhus/pure
|
zplugin light sindresorhus/pure
|
||||||
|
|
||||||
# substring search
|
# substring search
|
||||||
zplugin ice wait'1' lucid
|
zplugin ice lucid
|
||||||
zplugin light zsh-users/zsh-history-substring-search
|
zplugin light zsh-users/zsh-history-substring-search
|
||||||
|
|
||||||
zplugin ice wait'1' lucid
|
zplugin ice wait'1' lucid
|
||||||
|
@ -34,7 +34,7 @@ zplugin ice wait'1' lucid as'completion'
|
||||||
zplugin snippet https://raw.githubusercontent.com/docker/compose/master/contrib/completion/zsh/_docker-compose
|
zplugin snippet https://raw.githubusercontent.com/docker/compose/master/contrib/completion/zsh/_docker-compose
|
||||||
|
|
||||||
# syntax highlighting
|
# syntax highlighting
|
||||||
zplugin ice wait'1' lucid atinit'zpcompinit'
|
zplugin ice lucid atinit'zpcompinit'
|
||||||
zplugin light zdharma/fast-syntax-highlighting
|
zplugin light zdharma/fast-syntax-highlighting
|
||||||
|
|
||||||
# use fzf with zsh
|
# use fzf with zsh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue