diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-02 12:00:37 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-02 12:00:37 +0000 |
commit | 08721b41250f621667e190ce66ab5915bf4e4ba8 (patch) | |
tree | ca4f22c831d46eb11f4d2ae067656b40f3f977d1 /docs | |
parent | 5d1bc92c64292d02391ae7c9da1824abe9ac4145 (diff) | |
parent | ee26d3e77f0d3c841086d8d33a2cb5d97e1dd055 (diff) | |
download | qmk_firmware-08721b41250f621667e190ce66ab5915bf4e4ba8.tar.gz qmk_firmware-08721b41250f621667e190ce66ab5915bf4e4ba8.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cli_tab_complete.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/cli_tab_complete.md b/docs/cli_tab_complete.md index 200477624e..90950b82da 100644 --- a/docs/cli_tab_complete.md +++ b/docs/cli_tab_complete.md @@ -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. +Zsh users will need to load `bashcompinit`. The following can be added to `~/.zshrc` file: + + autoload -Uz bashcompinit && bashcompinit + ### 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: |