1
0
Fork 0
mirror of https://github.com/zdharma-continuum/zinit-annex-link-man.git synced 2024-11-21 05:38:00 +01:00
No description
Find a file
Vladislav Doster 7b59c8520f fix: use +zi-log and log message format
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2023-12-05 11:26:54 -06:00
.github/workflows feat: add lint gh action workflow 2023-04-14 17:17:00 -05:00
:za-linkman-atclone-handler fix: use +zi-log and log message format 2023-12-05 11:26:54 -06:00
:za-linkman-atdelete-handler fix: use +zi-log and log message format 2023-12-05 11:26:54 -06:00
README.md docs: format & update README.md 2022-12-23 05:41:07 -06:00
z-a-linkman.plugin.zsh fix: use +zi-log and log message format 2023-12-05 11:26:54 -06:00

zinit-annex-link-man

A Zsh-Zinit annex (i.e. an extension) that provides functionality, which allows to:

  1. Run programs and scripts without adding anything to $PATH via the automatic creation of links in $ZPFX/bin

Usage

Simply load like a regular plugin, i.e.:

zinit light zdharma-continuum/zinit-annex-linkman

After executing this command you can then use the new ice-mods provided by the annex.

How it works

Ice Modifiers Provided By The Annex

There is one ice-modifier provided and handled by this annex. They are:

  1. lman'' – creates links for binaries and scripts.

The ice-modifier in detail:

lman

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).