vladdoster / zinit-annex-link-man

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Shell 100.0%