]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell: aliases: add -S to chop long lines in ls wrapper
authorSimon Ruderich <simon@ruderich.org>
Sat, 22 Jun 2019 06:55:04 +0000 (08:55 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 22 Jun 2019 06:55:04 +0000 (08:55 +0200)
See f92970f ("shell: aliases: add -S to chop long lines in tree wrapper",
2019-01-10).

shell/shell/aliases.in

index 294467d2adcf8079fb10045b81982f8878d18e88..cd0cd044befbaf9ae367b1a39e03b5779832d87e 100644 (file)
@@ -74,7 +74,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_ARGS -C -F -h "$@" 2>&1 | less
+    LS_ARGS -C -F -h "$@" 2>&1 | less -S
 }
 
 unalias ll lt la lal lat 2>/dev/null