Unverified Commit 9a5165bf authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

watchexec: install bash and fish completions

parent 7719f944
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 = {