mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
Merge remote-tracking branch 'upstream/master'
Signed-off-by: Gaetan Semet <gaetan@xeberon.net> # Conflicts: # plugins/npm/npm.plugin.zsh
This commit is contained in:
commit
95391749ab
50 changed files with 957 additions and 236 deletions
|
|
@ -38,8 +38,12 @@ 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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue