浏览代码

Add Zsh note for tab complete (#17226)

jack 2 年之前
父节点
当前提交
ee26d3e77f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/cli_tab_complete.md

+ 4 - 0
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: