From 5d4c8b9492a0e52c0133f97c35a8390efcf94139 Mon Sep 17 00:00:00 2001 From: Sean Kim <33474168+seankim658@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:34:03 -0400 Subject: [PATCH] add tab completion notes --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index c6746ec..7924168 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -53,7 +53,7 @@ source ~/.config/fish/config.fish ## Setting up Shell Completions -Codeprompts supports shell completions for bash, zsh, fish, and powershell. To set up completions: +Codeprompts supports shell completions for bash, zsh, fish, and powershell (shell completions will only work if you install the tool to the system path). To set up completions: 1. Generate the completion script for your shell or download from the `completions/` directory.