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