From ff5e32c04461979de76c25b98a53701de2ad6bf7 Mon Sep 17 00:00:00 2001 From: tzarc Date: Sat, 2 Jul 2022 12:01:22 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@ee26d3e77f0d3c841086d8d33a2cb5d97e1dd055=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli_tab_complete.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cli_tab_complete.md b/cli_tab_complete.md index 200477624ed..90950b82da1 100644 --- a/cli_tab_complete.md +++ b/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: