Skip to content

Commit

Permalink
zinit: Fixes missing man pages (#313045)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Sep 13, 2024
2 parents 62114f2 + 651e55c commit 9229227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/shells/zsh/zinit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ stdenvNoCC.mkDerivation rec {
install -m0644 zinit{,-side,-install,-autoload}.zsh "$outdir"
install -m0755 share/git-process-output.zsh "$outdir"
installManPage doc/zinit.1
# Zplugin autocompletion
installShellCompletion --zsh _zinit
Expand Down

0 comments on commit 9229227

Please sign in to comment.