File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,31 +14,31 @@ Completion is achieved by saving a script and then executing it as a part of you
1414
1515Afterward, you'll need to start a new shell in order for the changes to take effect.
1616
17- /// tab | bash
17+ /// tab | zsh
1818Save the script somewhere:
1919
2020``` console
21- _DDA_COMPLETE=bash_source dda > ~/.dda-complete.bash
21+ _DDA_COMPLETE=zsh_source dda > ~/.dda-complete.zsh
2222```
2323
24- Source the file in ` ~/.bashrc ` (or ` ~/.bash_profile ` if on macOS) :
24+ Source the file in ` ~/.zshrc ` :
2525
2626``` console
27- . ~/.dda-complete.bash
27+ . ~/.dda-complete.zsh
2828```
2929///
3030
31- /// tab | zsh
31+ /// tab | bash
3232Save the script somewhere:
3333
3434``` console
35- _DDA_COMPLETE=zsh_source dda > ~/.dda-complete.zsh
35+ _DDA_COMPLETE=bash_source dda > ~/.dda-complete.bash
3636```
3737
38- Source the file in ` ~/.zshrc ` :
38+ Source the file in ` ~/.bashrc ` (or ` ~/.bash_profile ` if on macOS) :
3939
4040``` console
41- . ~/.dda-complete.zsh
41+ . ~/.dda-complete.bash
4242```
4343///
4444
You can’t perform that action at this time.
0 commit comments