commit 6c65534d279561d1418d426ec5fdbaf450ddb68e parent c295cd6736d8278e1ca90dc6a61cfddee15dad10 Author: Byron Torres <b@torresjrjr.com> Date: Tue, 29 Mar 2022 23:49:46 +0100 lf*: more: Use -e flag Diffstat:
M | bin/lf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/lf b/bin/lf @@ -9,7 +9,7 @@ list() { /^.*[^:]$/ {printf " " $0 "\n"} ' ) \ - | more -f + | more -ef } [ "$#" -eq 0 ] && {