From caf671b5c469158479f81f2469e4568e0b938ed9 Mon Sep 17 00:00:00 2001
From: Ian Kelling <ian@iankelling.org>
Date: Tue, 22 Apr 2014 00:18:56 -0700
Subject: [PATCH] A bit more readable date

---
 ll-function | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ll-function b/ll-function
index fac9010..6fb746b 100644
--- a/ll-function
+++ b/ll-function
@@ -35,7 +35,7 @@ ll() {
     while read line; do
         lines+=("$line")
         [[ ! ${line:10:11} == " " ]] && aclchar=true
-    done< <( "$binls" -lAh --color=always "--time-style=+%m-%d-%y      
+    done< <( "$binls" -lAh --color=always "--time-style=+%m-%d %Y    
 %m-%d %I:%M %p" "$@" )
     
     for line in "${lines[@]}"; do
-- 
2.30.2