mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Add convenience aliases for installation of npm modules
This commit is contained in:
@@ -1 +1,7 @@
|
||||
eval "$(npm completion 2>/dev/null)"
|
||||
|
||||
# Install and save to dependencies
|
||||
alias npms="npm i -S "
|
||||
|
||||
# Install and save to dev-dependencies
|
||||
alias npmd="npm i -D "
|
||||
|
||||
Reference in New Issue
Block a user