u
This commit is contained in:
parent
67715ec2e2
commit
5257fd9d55
1
.bashrc
1
.bashrc
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user