From e973317049c3a4932be2a80337b54cfc6af05646 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Tue, 24 Sep 2019 00:56:24 +0800 Subject: [PATCH] fix 'll' --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 46ff31d..5b37b8e 100644 --- a/.bashrc +++ b/.bashrc @@ -33,7 +33,7 @@ export CVS_RSH=ssh # Define aliases: # Always list long directory and time. -alias ll='ls -al --time-style=long-iso --color=auto' +alias ll='ls -al' # --time-style=long-iso --color=auto' # Think twice before deletion. Though troublesome but strongly recommended! alias rm='rm -i' # Request X tunneling for SSH: