Commit aceaa9ed authored by John Garcia's avatar John Garcia
Browse files

sway-contrib.grimshot: add bash shell-completion

parent 2d567c68
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ grimshot = stdenvNoCC.mkDerivation {
  buildInputs = [ bash ];
  installPhase = ''
    installManPage grimshot.1
    installShellCompletion --cmd grimshot grimshot-completion.bash

    install -Dm 0755 grimshot $out/bin/grimshot
    wrapProgram $out/bin/grimshot --set PATH \