Skip to content

Commit

Permalink
zsh-abbr: rewrite comment - bin dir (only changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
Icy-Thought committed Oct 12, 2024
1 parent 078f7a3 commit d0b4854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/zsh/zsh-abbr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ stdenv.mkDerivation rec {
strictDeps = true;

installPhase = ''
# Needed so that `man` can find the manpage, since it looks via PATH
mkdir -p $out/bin
install -D zsh-abbr.plugin.zsh $out/share/zsh/${pname}/zsh-abbr.plugin.zsh
install -D zsh-abbr.zsh $out/share/zsh/${pname}/zsh-abbr.zsh
install -D completions/_abbr $out/share/zsh/${pname}/completions/_abbr
# Required for `man` to find the manpage of abbr, since it looks via PATH
mv man $out/share/man
'';

Expand Down

0 comments on commit d0b4854

Please sign in to comment.