Skip to content

Commit

Permalink
Add oh-my-zsh caveat to setup docs (#407)
Browse files Browse the repository at this point in the history
Fixes #389
  • Loading branch information
codegoalie authored and dominikschulz committed Oct 18, 2017
1 parent bd7a40d commit 27774ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ source <(gopass completion zsh)
```
source /dev/stdin <<<"$(gopass completion bash)"
```
**oh-my-zsh**: `source <(gopass completion bash)` must be run after `source wherever/oh-my-zsh.zsh` to ensure the completion is loaded correctly.

### Enable fish completion

Expand Down

0 comments on commit 27774ef

Please sign in to comment.