This commit is contained in:
Luk Lu
2023-03-08 08:47:12 +08:00
parent 2d38dc0b68
commit e79356b310
12 changed files with 20 additions and 26 deletions

View File

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

View File

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