This commit is contained in:
陆柯 2019-12-21 19:13:54 +08:00
parent 67715ec2e2
commit 5257fd9d55

View File

@ -47,6 +47,7 @@ then
alias l='ls -lG' alias l='ls -lG'
alias ll='ls -lGA' # show .xxx alias ll='ls -lGA' # show .xxx
alias lll='ls -lGa' # show .xxx and . and .. alias lll='ls -lGa' # show .xxx and . and ..
export HOMEBREW_NO_AUTO_UPDATE=true
else else
alias l='ls -l --color=auto' # --time-style=long-iso --color=auto' alias l='ls -l --color=auto' # --time-style=long-iso --color=auto'
alias ll='ls -lA --color=auto' alias ll='ls -lA --color=auto'