gitAndTools.git-extras: install zsh completion

because there are so many freaking commands !
This commit is contained in:
Matthieu Coudron 2018-09-11 18:48:19 +09:00
parent 4616ef1f41
commit d30c97096b

View file

@ -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";