From 75b2976e1282908609f26d62e9a153bea70980e3 Mon Sep 17 00:00:00 2001 From: mpostaire Date: Tue, 12 Apr 2022 00:07:13 +0200 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98ff7cf..f234122 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To update ztupide and all its plugins use `ztupide update`. ## Example -```zsh +```bash [ -f ~/.zsh/ztupide/ztupide.zsh ] || git -C ~/.zsh clone https://github.com/mpostaire/ztupide ZTUPIDE_AUTOUPDATE=604800 # autoupdate interval of 7 days source ~/.zsh/ztupide/ztupide.zsh @@ -44,6 +44,9 @@ ztupide load --async zdharma/fast-syntax-highlighting # load local plugin installed in $ZTUPIDE_PLUGIN_PATH/zsh-colored-ls ztupide load zsh-colored-ls +# adding completion functions to fpath doesn't work using the --async mode +ztupide load zsh-users/zsh-completions + # set variable before loading its plugin ZSH_AUTOSUGGEST_USE_ASYNC=1 # call _zsh_autosuggest_start function after the plugin is loaded.