docs: add note about individual autocompletion files

This commit is contained in:
Clement Tsang 2023-01-17 00:58:41 -05:00 committed by GitHub
parent 50c95997f9
commit 4b392c96f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,6 +309,8 @@ The release binaries are packaged with shell auto-completion files for bash, fis
- For zsh, move `_btm` to one of your `$fpath` directories.
- For PowerShell, add `. _btm.ps1` to your PowerShell
[profile](<https://docs.microsoft.com/en-us/previous-versions//bb613488(v=vs.85)>).
The individual auto-completion files are also included in the stable/nightly releases as `completion.tar.gz`.
## Usage