mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #14146 from manveru/zsh-navigation-tools
zsh-navigation-tools: include znt-* functions
This commit is contained in:
commit
c51ff2c376
@ -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