Add Zsh note for tab complete (#17226)

This commit is contained in:
jack 2022-07-02 05:59:59 -06:00 committed by GitHub
parent a80461e264
commit ee26d3e77f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,10 @@ Add this to the end of your `.profile` or `.bashrc`:
If you put `qmk_firmware` into another location you will need to adjust this path. If you put `qmk_firmware` into another location you will need to adjust this path.
Zsh users will need to load `bashcompinit`. The following can be added to `~/.zshrc` file:
autoload -Uz bashcompinit && bashcompinit
### System Wide Symlink ### System Wide Symlink
If you want the tab completion available to all users of the system you can add a symlink to the `qmk_tab_complete.sh` script: If you want the tab completion available to all users of the system you can add a symlink to the `qmk_tab_complete.sh` script: