mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +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
|
||||
|
||||
# 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue