From 146bf2b20db7446753fe66c665ff68b0e30e1923 Mon Sep 17 00:00:00 2001 From: ignatiusm <11403879+ignatiusm@users.noreply.github.com> Date: Wed, 10 May 2023 11:15:21 +1200 Subject: [PATCH] fix(docs): tiny fix to linux bash completion path --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 4652d61f..b515b423 100644 --- a/docs/index.md +++ b/docs/index.md @@ -88,7 +88,7 @@ $ pip install -e . #### Bash -If you use a Bash-compatible shell, you can install the `watson.completion` file from the source distribution as `/etc/bash.completion.d/watson` - or wherever your distribution keeps the Bash completion configuration files. After you restart your shell, you can then just type `watson` on your command line and then hit `TAB` to see all available commands. Depending on your input, it completes `watson` commands, command options, projects, tags and frame IDs. +If you use a Bash-compatible shell, you can install the `watson.completion` file from the source distribution as `/etc/bash_completion.d/watson` - or wherever your distribution keeps the Bash completion configuration files. After you restart your shell, you can then just type `watson` on your command line and then hit `TAB` to see all available commands. Depending on your input, it completes `watson` commands, command options, projects, tags and frame IDs. #### ZSH