This commit is contained in:
Luk
2024-01-14 12:26:29 +08:00
parent 08ad3d0bac
commit d016571ff5
3 changed files with 16 additions and 17 deletions

View File

@@ -47,6 +47,7 @@ alias egrep='egrep --color=auto'
alias su='su -'
alias npmc='npm --registry https://registry.npm.taobao.org'
alias npmr='npm --silent run'
alias curlw='curl -sSL -w "%{url_effective}\n --- %{http_code} | %{time_total} s | %{size_download} bytes\n\n"'
if [ "$(uname)" = "Darwin" ]
then
alias l='ls -lG'