Skip to content

Commit acbdb1e

Browse files
committed
Add command to install fish completions
1 parent 0dfd7f3 commit acbdb1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.runny.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ commands:
1414
install-pre-commit:
1515
if: "! command -v pre-commit"
1616
run: brew install pre-commit
17+
install-fish-completions:
18+
# Homebrew installs these for you, but this is useful if you're installing with `go install .`
19+
run: ln -s $PWD/completions/runny.fish ~/.config/fish/completions
1720
release:
1821
argnames:
1922
- tag

0 commit comments

Comments
 (0)