diff options
| author | Robert Günzler <r@gnzler.io> | 2020-04-10 13:59:47 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-04-10 13:59:47 +0200 |
| commit | 2b7e5018371ced4575785fc0f67a84013d39ad9c (patch) | |
| tree | 5f5b51308dc95d3e0e6cd9c323f94f9916158d57 | |
| parent | 72504e9645fd9705df728045649fa006b613c57e (diff) | |
Fix less output buffering (finally)
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
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' |