Skip to content

Commit

Permalink
Add some min docs for fish shell
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette committed Aug 20, 2017
1 parent 9aaf9a3 commit 96d8de4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,12 @@ example to display a full name in the format `Lastname Firstname` instead of

# Completion

`fakedata` supports shell tab completion for bash and zsh shells:
`fakedata` supports basic shell tab completion for bash, zsh, and fish shells:

```sh
$ eval "$(fakedata --completion zsh)" # or bash
$ eval "$(fakedata --completion zsh)"
$ eval "$(fakedata --completion bash)"
$ eval (fakedata --completion fish)
```

# How to install
Expand Down

0 comments on commit 96d8de4

Please sign in to comment.