Skip to content

Commit

Permalink
docs: completion guide feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed Oct 31, 2023
1 parent 6a95d2c commit 2932160
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/guides/shell-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ We currently support `zsh` `bash` and `fish`. To load completions in your curren
source <(bearer completion zsh); compdef _bearer bearer
```

Now you can test completions:

```bash
bearer [tab]
```
Now you can test completions. Type `bearer` into your terminal and hit the tab button on your keyboard.

**Note:** if completions are not already enabled in your environment you will need
to enable it. In zsh you can execute the following once:
Expand Down

0 comments on commit 2932160

Please sign in to comment.