mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
feat(npm): add npmrd alias (#11627)
This commit is contained in:
committed by
GitHub
parent
5b11e70a96
commit
91c7ed45a3
@@ -70,6 +70,9 @@ alias npmi="npm info"
|
||||
# Run npm search
|
||||
alias npmSe="npm search"
|
||||
|
||||
# Run npm run dev
|
||||
alias npmrd="npm run dev"
|
||||
|
||||
npm_toggle_install_uninstall() {
|
||||
# Look up to the previous 2 history commands
|
||||
local line
|
||||
|
||||
Reference in New Issue
Block a user