mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
watchexec: install bash and fish completions
This commit is contained in:
parent
7719f944cf
commit
9a5165bf54
1 changed files with 4 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue