aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/shrc.d/ls.sh4
1 files changed, 2 insertions, 2 deletions
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' "$@"