mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-10 05:41:18 +02:00
Merge branch 'master' into patch-4
This commit is contained in:
commit
5cb8820329
152 changed files with 5263 additions and 1505 deletions
|
|
@ -38,8 +38,20 @@ alias npmV="npm -v"
|
|||
# List packages
|
||||
alias npmL="npm list"
|
||||
|
||||
# List top-level installed packages
|
||||
alias npmL0="npm ls --depth=0"
|
||||
|
||||
# Run npm start
|
||||
alias npmst="npm start"
|
||||
|
||||
# Run npm test
|
||||
alias npmt="npm test"
|
||||
|
||||
# Run npm scripts
|
||||
alias npmR="npm run"
|
||||
|
||||
# Run npm publish
|
||||
alias npmP="npm publish"
|
||||
|
||||
# Run npm init
|
||||
alias npmI="npm init"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue