1
0
Fork 0

Zsh Only initialize async if it isn't already

This commit is contained in:
tastytea 2022-03-28 05:13:14 +02:00
parent e77b6dfdaf
commit 6fe56b659d
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -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
################################################################################