git-ignore: install shell completions

main
Brian Leung 2 years ago
parent 91a9c5a9be
commit c1436e20bf
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
  1. 2
      pkgs/applications/version-management/git-and-tools/git-ignore/default.nix

@ -23,6 +23,8 @@ buildRustPackage rec {
postInstall = ''
installManPage assets/git-ignore.1
# There's also .elv and .ps1 completion files but I don't know where to install those
installShellCompletion assets/git-ignore.{bash,fish} --zsh assets/_git-ignore
'';
meta = with lib; {

Loading…
Cancel
Save