From 4ed238a80e7f51b2a836b9fa4a9c91947d874d3e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 18 Sep 2016 01:58:58 +1200 Subject: Correct a comment --- sh/shrc.d/ls.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh/shrc.d/ls.sh') diff --git a/sh/shrc.d/ls.sh b/sh/shrc.d/ls.sh index b4e2d072..7e916239 100644 --- a/sh/shrc.d/ls.sh +++ b/sh/shrc.d/ls.sh @@ -28,8 +28,8 @@ ls() { [ -e "$HOME"/.cache/ls/hide-control-chars ] && set -- --hide-control-chars "$@" - # Add --time-style='+%Y-%m-%d %H:%M:%S' to show trailing indicators of the - # filetype + # Add --time-style='+%Y-%m-%d %H:%M:%S' to show the date in my preferred + # format [ -e "$HOME"/.cache/ls/time-style ] && set -- --time-style='+%Y-%m-%d %H:%M:%S' "$@" -- cgit v1.2.3