Skip to content

Commit

Permalink
install.yml: Add wpaperctl completion files
Browse files Browse the repository at this point in the history
  • Loading branch information
danyspin97 committed Apr 17, 2024
1 parent 6644ed7 commit 4f55711
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion install.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rinstall: 0.1.0
rinstall: 0.2.0
pkgs:
wpaperd:
type: rust
Expand All @@ -16,7 +16,13 @@ pkgs:
completions:
bash:
- completions/wpaperd.bash
- completions/wpaperctl.bash
elvish:
- completions/wpaperd.elv
- completions/wpaperctl.elv
fish:
- completions/wpaperd.fish
- completions/wpaperctl.fish
zsh:
- completions/_wpaperd
- completions/_wpaperctl

0 comments on commit 4f55711

Please sign in to comment.