mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
npm init (#6648)
This commit is contained in:
parent
cfec5d56df
commit
a8f3b374d8
1 changed files with 4 additions and 1 deletions
|
@ -51,4 +51,7 @@ alias npmt="npm test"
|
|||
alias npmR="npm run"
|
||||
|
||||
# Run npm publish
|
||||
alias npmP="npm publish"
|
||||
alias npmP="npm publish"
|
||||
|
||||
# Run npm init
|
||||
alias npmI="npm init"
|
||||
|
|
Loading…
Reference in a new issue