mercurial: install zsh completions
This commit is contained in:
parent
0e8e02e686
commit
be034ca70e
@ -50,7 +50,8 @@ in python2Packages.buildPythonApplication {
|
|||||||
chmod u+x $out/share/cgi-bin/hgweb.cgi
|
chmod u+x $out/share/cgi-bin/hgweb.cgi
|
||||||
|
|
||||||
# install bash completion
|
# install bash completion
|
||||||
install -D -v contrib/bash_completion $out/share/bash-completion/completions/mercurial
|
install -v -m644 -D contrib/bash_completion $out/share/bash-completion/completions/mercurial
|
||||||
|
install -v -m644 -D contrib/zsh_completion $out/share/zsh/site-functions/_hg
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user