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
Ohmyzsh
Commits
0181fe49
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
Hide whitespace changes
Inline
Side-by-side
plugins/npm/npm.plugin.zsh
View file @
0181fe49
...
...
@@ -20,3 +20,10 @@ alias npmE='PATH="$(npm bin)":"$PATH"'
# Check which npm modules are 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