File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,31 @@ Using [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh):
5454
5555 plugins=( [plugins...] zsh-bash-completions-fallback)
5656
57- 3 . Source ` ~/.zshrc ` to take changes into account:
57+ 3 . Source ` ~/.zshrc ` (or restart zsh) to take changes into account
5858
5959 source ~/.zshrc
6060
61+ Using other plugins manager:
62+
63+ # Depending on the tool the syntax may vary but it's generally just
64+ $your_plugin_manager 3v1n0/zsh-bash-completions-fallback
65+
66+ Manual installation:
67+
68+ 1 . Clone this repository in a folder (like ~ /.zsh-bash-completions-fallback):
69+
70+ git clone https://github.com/3v1n0/zsh-bash-completions-fallback $HOME/.zsh-bash-completions-fallback
71+
72+ 2 . Add to your ` ~/.zshrc ` :
73+
74+ source $HOME/.zsh-bash-completions-fallback/zsh-bash-completions-fallback.plugin.zsh
75+
76+ 3 . Source ` ~/.zshrc ` (or restart zsh) to start using the plugin
77+
78+ source ~/.zshrc
79+
80+ 4 . Of course in case you want to test it temporary you just have to ` source ` the plugin file (` zsh-bash-completions-fallback.plugin.zsh ` )
81+
6182Configuration
6283------------------------------------------------------------------------------
6384
You can’t perform that action at this time.
0 commit comments