diff options
| author | jack <0x6A73@pm.me> | 2022-07-02 05:59:59 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-02 21:59:59 +1000 |
| commit | ee26d3e77f0d3c841086d8d33a2cb5d97e1dd055 (patch) | |
| tree | 67f9318cde036a03da4b615f31a5cc9bc47489f2 /docs/cli_tab_complete.md | |
| parent | a80461e264c849f18ba161c1a6d1e379bc0d17b6 (diff) | |
Add Zsh note for tab complete (#17226)
Diffstat (limited to 'docs/cli_tab_complete.md')
| -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`: | |||
| 14 | 14 | ||
| 15 | If you put `qmk_firmware` into another location you will need to adjust this path. | 15 | If you put `qmk_firmware` into another location you will need to adjust this path. |
| 16 | 16 | ||
| 17 | Zsh users will need to load `bashcompinit`. The following can be added to `~/.zshrc` file: | ||
| 18 | |||
| 19 | autoload -Uz bashcompinit && bashcompinit | ||
| 20 | |||
| 17 | ### System Wide Symlink | 21 | ### System Wide Symlink |
| 18 | 22 | ||
| 19 | 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: | 23 | 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: |
