diff --git a/.bashrc b/.bashrc index 1548743..e6b0cf0 100644 --- a/.bashrc +++ b/.bashrc @@ -34,8 +34,8 @@ export CVS_RSH=ssh # Define aliases: # Always list long directory and time. if uname | grep 'Darwin'; then - alias l='ls -l' - alias ll='ls -lA' + alias l='ls -lG' + alias ll='ls -lGA' else alias l='ls -l --color=auto' # --time-style=long-iso --color=auto' alias ll='ls -Al --color=auto'