From 6962da70d6787b18d9811d684d103034ae6872dc Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Mon, 2 Dec 2019 19:04:03 +0800 Subject: [PATCH] u --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'