mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
gitAndTools.git-extras: install zsh completion
because there are so many freaking commands !
This commit is contained in:
parent
4616ef1f41
commit
d30c97096b
@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installFlags = [ "DESTDIR=$(out) PREFIX=" ];
|
||||
|
||||
postInstall = ''
|
||||
install -D etc/git-extras-completion.zsh $out/share/zsh/site-functions/_git_extras
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/tj/git-extras;
|
||||
description = "GIT utilities -- repo summary, repl, changelog population, author commit percentages and more";
|
||||
|
Loading…
Reference in New Issue
Block a user