mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Changes quotes so that path will be set appropriately on multiple runs
This commit is contained in:
parent
269ae84c9b
commit
dcd95dd223
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ alias npmS="npm i -S "
|
|||
alias npmD="npm i -D "
|
||||
# Execute command from node_modules folder based on current directory
|
||||
# i.e npmE gulp
|
||||
alias npmE="PATH=$(npm bin):$PATH"
|
||||
alias npmE='PATH="$(npm bin)":"$PATH"'
|
||||
|
|
Loading…
Reference in a new issue