aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-11 16:29:04 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-11 16:29:04 +1300
commitd3f446c9508be8fc0fde70981918b1d000e37ae0 (patch)
tree4de70504a8640c03d68a02b9ecd9f57f7c805931 /sh/profile.d
parentAdd an idea (diff)
downloaddotfiles-d3f446c9508be8fc0fde70981918b1d000e37ae0.tar.gz
dotfiles-d3f446c9508be8fc0fde70981918b1d000e37ae0.zip
Use POSIX-compatible versions of ls(1) opts
Diffstat (limited to 'sh/profile.d')
-rw-r--r--sh/profile.d/options.sh11
1 files changed, 4 insertions, 7 deletions
diff --git a/sh/profile.d/options.sh b/sh/profile.d/options.sh
index aa7e9ace..345888d0 100644
--- a/sh/profile.d/options.sh
+++ b/sh/profile.d/options.sh
@@ -46,12 +46,9 @@ options grep \
# Cache options for ls(1)
options ls \
- almost-all \
- block-size \
- classify \
- color \
- format \
- hide-control-chars \
- human-readable \
+ almost-all \
+ block-size \
+ color \
+ human-readable \
time-style
)