git-lfs: install completions
This commit is contained in:
parent
b9c5cc5990
commit
b980f26d34
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ buildGoModule rec {
|
|||
|
||||
postInstall = ''
|
||||
installManPage man/man*/*
|
||||
installShellCompletion --cmd git-lfs \
|
||||
--bash <($out/bin/git-lfs completion bash) \
|
||||
--fish <($out/bin/git-lfs completion fish) \
|
||||
--zsh <($out/bin/git-lfs completion zsh)
|
||||
'';
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
|
|
Loading…
Reference in a new issue