Skip to content

Commit

Permalink
Fix typo introduced in PR #2696 (#2707)
Browse files Browse the repository at this point in the history
* Updated bash autocompletion setup commands

Signed-off-by: Marc <[email protected]>

* Fix typo with bash completions command in setup.md

Signed-off-by: Marc <[email protected]>

---------

Signed-off-by: Marc <[email protected]>
  • Loading branch information
fetwar authored Nov 20, 2023
1 parent 29bc481 commit 15a834c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Before migrating to gopass, you may have been using other password managers (suc
If you use Bash, you can use the following command to enable auto completion for all users for sub-commands like `gopass show`, `gopass ls` and others.

```bash
gopass completion bash | sudo tee $(pkg-config --variable=completionsdir bash-completion)
gopass completion bash | sudo tee $(pkg-config --variable=completionsdir bash-completion)/gopass
```

To enable bash completions for the current user only:
Expand Down

0 comments on commit 15a834c

Please sign in to comment.