node_modules-bin module: no need to export that var

This commit is contained in:
Shahar 2015-07-08 06:13:11 +03:00
commit 8f4c80385d

View file

@ -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"