mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Removes unnecessary single quotes
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user