Skip to content

Commit

Permalink
wip: doc(sqlc): fish completions
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Oct 14, 2024
1 parent 8bfc402 commit 857948e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Supported shells include:

```sh
sqlc completion fish | source &&
echo 'sqlc completion fish | source' >> ~/.config/fish/config.fish
echo 'status is-interactive ; and sqlc completion fish | source' >> ~/.config/fish/config.fish
```

### zsh
Expand Down

0 comments on commit 857948e

Please sign in to comment.