]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/aliases.in
setup.sh: simplify ls detection
[config/dotfiles.git] / shell / aliases.in
index eebda1ec1917c1cba1e15b5e9326f75886db9dab..2848f737b02f8249c6cffd9e75723a11339d39ab 100644 (file)
@@ -71,7 +71,7 @@ unalias ls 2>/dev/null
 # See `setup.sh` for details. LS_* are replaced with the appropriate values
 # when this file is generated.
 ls() {
-    LS_ENV command ls LS_COLOR LS_OPTIONS -C -F "$@" 2>&1 | less
+    LS_ARGS -C -F "$@" 2>&1 | less
 }
 
 unalias ll lt la lal lat 2>/dev/null