mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
node_modules-bin module: no need to export that var
This commit is contained in:
parent
45bc358892
commit
8f4c80385d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ zsh-node_modules-bin-update-path() {
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
# for next run
|
# for next run
|
||||||
export OLD_NPM_BIN_PATH=$NPM_BIN_PATH
|
OLD_NPM_BIN_PATH=$NPM_BIN_PATH
|
||||||
}
|
}
|
||||||
|
|
||||||
precmd_functions+="zsh-node_modules-bin-update-path"
|
precmd_functions+="zsh-node_modules-bin-update-path"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue