diff options
Diffstat (limited to '.profile')
| -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' |