mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
docs: fix typo for Powershell auto-completion installation
This commit is contained in:
parent
37cb59e16f
commit
afd58e6ef4
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ The release binaries are packaged with shell auto-completion files for bash, fis
|
|||
- For bash, move `btm.bash` to `$XDG_CONFIG_HOME/bash_completion or /etc/bash_completion.d/`.
|
||||
- For fish, move `btm.fish` to `$HOME/.config/fish/completions/`.
|
||||
- For zsh, move `_btm` to one of your `$fpath` directories.
|
||||
- For PowerShell, add `. _btm.ps1` to your PowerShell
|
||||
- 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`.
|
||||
|
|
Loading…
Reference in a new issue