From df1fa9a41a9f7c763bf46438cdbd2441b7c6075f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 22 Jun 2019 08:55:04 +0200 Subject: [PATCH] shell: aliases: add -S to chop long lines in ls wrapper See f92970f ("shell: aliases: add -S to chop long lines in tree wrapper", 2019-01-10). --- shell/shell/aliases.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/shell/aliases.in b/shell/shell/aliases.in index 294467d..cd0cd04 100644 --- a/shell/shell/aliases.in +++ b/shell/shell/aliases.in @@ -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 -- 2.43.2