A Zsh-Zinit annex (i.e. an extension) that provides functionality, which allows to:
- Run programs and scripts without adding anything to
$PATHvia the automatic creation of links in$ZPFX/bin
Simply load like a regular plugin, i.e.:
zinit light zdharma-continuum/zinit-annex-linkmanAfter executing this command you can then use the new ice-mods provided by the annex.
There is one ice-modifier provided and handled by this annex. They are:
lman''– createslinksfor binaries and scripts.
The ice-modifier in detail:
It creates the link that calls the actual binary. The link is created always under the same, standard and single
$PATH entry: $ZPFX/bin (which is ~/.zinit/polaris/bin by default).