u
This commit is contained in:
@@ -56,6 +56,7 @@ alias grep='grep --color=auto'
|
||||
alias fgrep='fgrep --color=auto'
|
||||
alias egrep='egrep --color=auto'
|
||||
alias su='su -'
|
||||
alias npmc='npm --registry https://registry.npm.taobao.org'
|
||||
if [[ "$(uname)" = "Darwin" ]];
|
||||
then
|
||||
alias l='ls -lG'
|
||||
|
||||
@@ -1,7 +1 @@
|
||||
registry=https://registry.npm.taobao.org
|
||||
|
||||
## npm config set registry https://registry.npm.taobao.org
|
||||
## npm config set registry https://registry.npmjs.org
|
||||
## npm config get registry
|
||||
## npm config ls -l
|
||||
## npm --registry registry https://registry.npm.taobao.org ...
|
||||
Reference in New Issue
Block a user