mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
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
|
||||
|
||||
# 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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user