aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/ls.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-18 01:58:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-18 01:58:58 +1200
commit4ed238a80e7f51b2a836b9fa4a9c91947d874d3e (patch)
treeec2c350371e9a38e8848e3917c56f7e582c7699c /sh/shrc.d/ls.sh
parentSource $ENV even if running ancient Bash (diff)
downloaddotfiles-4ed238a80e7f51b2a836b9fa4a9c91947d874d3e.tar.gz
dotfiles-4ed238a80e7f51b2a836b9fa4a9c91947d874d3e.zip
Correct a comment
Diffstat (limited to 'sh/shrc.d/ls.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' "$@"