1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00
This commit is contained in:
Erwan ROUSSEL
2018-04-15 19:54:42 +02:00
committed by Marc Cornellà
parent cfec5d56df
commit a8f3b374d8

View File

@@ -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"