From afd58e6ef4cc3f5031b50f97cfdc19b734762164 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sat, 8 Apr 2023 01:25:35 -0400 Subject: [PATCH] docs: fix typo for Powershell auto-completion installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0685842..31f2c057 100644 --- a/README.md +++ b/README.md @@ -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](). The individual auto-completion files are also included in the stable/nightly releases as `completion.tar.gz`.