Commit dcd95dd2 authored by Ahmed Hisham Ismail's avatar Ahmed Hisham Ismail
Browse files

Changes quotes so that path will be set appropriately on multiple runs

parent 269ae84c
......@@ -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"'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment