watchexec: install bash and fish completions

This commit is contained in:
Sizhe Zhao 2025-05-18 20:37:14 +08:00
parent 7719f944cf
commit 9a5165bf54
No known key found for this signature in database
GPG key ID: ED1807251A7DA08F

View file

@ -35,7 +35,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
postInstall = ''
installManPage doc/watchexec.1
installShellCompletion --zsh --name _watchexec completions/zsh
installShellCompletion --cmd watchexec \
--bash completions/bash \
--fish completions/fish \
--zsh completions/zsh
'';
meta = {