This commit is contained in:
陆柯 2019-12-02 19:04:03 +08:00
parent 6deb495f8d
commit 6962da70d6

View File

@ -34,8 +34,8 @@ export CVS_RSH=ssh
# Define aliases: # Define aliases:
# Always list long directory and time. # Always list long directory and time.
if uname | grep 'Darwin'; then if uname | grep 'Darwin'; then
alias l='ls -l' alias l='ls -lG'
alias ll='ls -lA' alias ll='ls -lGA'
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 -Al --color=auto' alias ll='ls -Al --color=auto'