This commit is contained in:
luk
2024-08-03 14:24:29 +08:00
parent 5dcf13d6d2
commit 29a2b5d7db
7 changed files with 19 additions and 11 deletions

View File

@@ -45,7 +45,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'
alias npmc='npm --registry https://registry.npmmirror.com'
alias npmr='npm --silent run'
alias curlw='curl -sSL -o /dev/null -w "%{http_code} | %{time_total} s | %{size_download} bytes | %{url_effective}\n"'
if [ "$(uname)" = "Darwin" ]