Zsh Only initialize async if it isn't already
This commit is contained in:
parent
e77b6dfdaf
commit
6fe56b659d
|
@ -89,7 +89,7 @@ zstyle ':fzf-tab:complete:git-show:argument-rest' fzf-preview 'git show --color=
|
|||
zstyle ':fzf-tab:complete:git-(add|diff|restore):argument-1' fzf-preview 'git diff --color=always $word'
|
||||
zstyle ':fzf-tab:complete:man:*' fzf-preview 'whatis -l $word | cut -d- -f2,3,4,5,6'
|
||||
|
||||
async_init
|
||||
[[ -v ASYNC_VERSION && ${ASYNC_INIT_DONE} -eq 0 ]] && async_init
|
||||
|
||||
################################################################################
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user