This commit is contained in:
陆柯 2021-05-21 21:06:56 +08:00
parent 72dfa2f12a
commit be14f64242

View File

@ -46,12 +46,14 @@ if [[ "$(uname)" = "Darwin" ]];
then
alias l='ls -lG'
alias ll='ls -lGA' # show .xxx
alias dir='ls -lGA'
alias lll='ls -lGa' # show .xxx and . and ..
export HOMEBREW_NO_AUTO_UPDATE=true
export BASH_SILENCE_DEPRECATION_WARNING=1
else
alias l='ls -l --color=auto' # --time-style=long-iso --color=auto'
alias ll='ls -lA --color=auto'
alias dir='ls -lA --color=auto'
alias lll='ls -la --color=auto'
alias emacs='emacs -nw'
fi