File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,22 @@ Using [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh):
5858
5959 source ~/.zshrc
6060
61+ Using [ Zinit] ( https://github.com/zdharma/zinit ) :
62+
63+ - If you're using normal loading mode:
64+
65+ # Replace `light` with `load` if you want some more debugging
66+ zinit ice depth=1 # optional, but avoids downloading the full history
67+ zinit light 3v1n0/zsh-bash-completions-fallback
68+
69+ - If you're using turbo mode, you can avoid using the internal lazy mode:
70+
71+ zinit wait lucid nocd depth=1 \
72+ atinit='ZSH_BASH_COMPLETIONS_FALLBACK_LAZYLOAD_DISABLE=true' \
73+ for 3v1n0/zsh-bash-completions-fallback
74+
75+ - Add those to your ` ~/.zshrc ` to keep the changes persistent
76+
6177Using other plugins manager:
6278
6379 # Depending on the tool the syntax may vary but it's generally just
You can’t perform that action at this time.
0 commit comments