From a3f58e33a64b5c77fc0edbf203c165b27753c99f Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 15 May 2012 13:55:54 -0400 Subject: [PATCH] Fix directory listing aliases. --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 382bc88..e85eb57 100755 --- a/.bashrc +++ b/.bashrc @@ -1,5 +1,6 @@ # Common parameters -alias ls='ls -lav --color=auto' +alias ls='ls -v --color=auto' +alias ll='ls -val' alias grep='grep --color' # editor