git-ignore: install shell completions
This commit is contained in:
parent
91a9c5a9be
commit
c1436e20bf
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue