zsh-navigation-tools: include znt-* functions
This commit is contained in:
parent
7fe888e521
commit
6da0a54d2b
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/zsh/site-functions/
|
||||
cp n-* $out/share/zsh/site-functions/
|
||||
cp znt-* $out/share/zsh/site-functions/
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user