From d9c58d5fa10a1e9911d61adf7ccfbd64b24e713f Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Thu, 3 Feb 2022 14:42:47 +0100 Subject: feat(yarn): add setting to disable adding global dir to `$PATH` (#10642) --- plugins/yarn/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'plugins/yarn/README.md') diff --git a/plugins/yarn/README.md b/plugins/yarn/README.md index 9a0d1708d..9c16ff2c3 100644 --- a/plugins/yarn/README.md +++ b/plugins/yarn/README.md @@ -9,6 +9,15 @@ To use it, add `yarn` to the plugins array in your zshrc file: plugins=(... yarn) ``` +## Global scripts directory + +It also adds `yarn` global scripts dir (commonly `~/.yarn/bin`) to the `$PATH`. +To disable this feature, set the following style in your `.zshrc`: + +```zsh +zstyle ':omz:plugins:yarn' global-path false +``` + ## Aliases | Alias | Command | Description | -- cgit v1.2.3-70-g09d2