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 robbyrussell committed Aug 13, 2016
1 parent 0f26bab commit 3ce045a
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 3ce045a

Please sign in to comment.