ZSH completions
This commit is contained in:
parent
c709793a7d
commit
b9cf6d786c
5 changed files with 42 additions and 7 deletions
|
@ -28,9 +28,10 @@
|
|||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/{share/man/man1,bin}
|
||||
mkdir -p $out/{share/man/man1,bin,share/zsh/site-functions}
|
||||
cp bin/* $out/bin/
|
||||
cp *.1 $out/share/man/man1
|
||||
cp completions/* $out/share/zsh/site-functions/
|
||||
cp *.1 $out/share/man/man1/
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue