Skip to content

Commit

Permalink
add npm aliases (ohmyzsh#5290)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-d authored and avleen committed Dec 23, 2016
1 parent 8850430 commit 774fdf7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/npm/npm.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 774fdf7

Please sign in to comment.