Skip to content

Commit

Permalink
Add Zsh note for tab complete (#17226)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored Jul 2, 2022
1 parent a80461e commit ee26d3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/cli_tab_complete.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ee26d3e

Please sign in to comment.