Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
0181fe49
"vscode:/vscode.git/clone" did not exist on "07cee28e31753f8cf424e413aa5f9754720d367b"
Commit
0181fe49
authored
Aug 12, 2016
by
Aaron Decker
Committed by
Robby Russell
Aug 12, 2016
Browse files
add npm aliases (#5290)
parent
ae211020
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/npm/npm.plugin.zsh
View file @
0181fe49
...
@@ -20,3 +20,10 @@ alias npmE='PATH="$(npm bin)":"$PATH"'
...
@@ -20,3 +20,10 @@ alias npmE='PATH="$(npm bin)":"$PATH"'
# Check which npm modules are outdated
# Check which npm modules are outdated
alias
npmO
=
"npm outdated"
alias
npmO
=
"npm outdated"
# Run npm start
alias
npmst
=
"npm start"
# Run npm test
alias
npmt
=
"npm test"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment