Skip to content

Commit

Permalink
Add command to install fish completions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Jul 27, 2024
1 parent 0dfd7f3 commit acbdb1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .runny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ commands:
install-pre-commit:
if: "! command -v pre-commit"
run: brew install pre-commit
install-fish-completions:
# Homebrew installs these for you, but this is useful if you're installing with `go install .`
run: ln -s $PWD/completions/runny.fish ~/.config/fish/completions
release:
argnames:
- tag
Expand Down

0 comments on commit acbdb1e

Please sign in to comment.