~ruther/qmk_firmware

08721b41250f621667e190ce66ab5915bf4e4ba8 — QMK Bot 3 years ago 5d1bc92 + ee26d3e
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 4 insertions(+), 0 deletions(-)

M docs/cli_tab_complete.md
M docs/cli_tab_complete.md => docs/cli_tab_complete.md +4 -0
@@ 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: