From 2b7e5018371ced4575785fc0f67a84013d39ad9c Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 10 Apr 2020 13:59:47 +0200 Subject: Fix less output buffering (finally) --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index b0572c1..957df6a 100644 --- a/.profile +++ b/.profile @@ -32,7 +32,7 @@ set -o vi bind -m vi-insert -x '"\C-l": clear' # Set less default options -export LESS='--hilite-search --hilite-unread --long-prompt --raw-control-chars --chop-long-lines' +export LESS='--hilite-search --hilite-unread --long-prompt --raw-control-chars --chop-long-lines --quit-if-one-screen --no-init' # Set the rsync ssh command to use by default export RSYNC_RSH='ssh -T -x -o Compression=no' -- cgit 1.4.1