aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zsh/zshrc b/config/zsh/zshrc
index ffa9f30..32392ab 100644
--- a/config/zsh/zshrc
+++ b/config/zsh/zshrc
@@ -2,7 +2,7 @@ autoload -U colors && colors;
setopt auto_cd;
setopt inc_append_history;
-export LESS=--chop-long-lines # less no wrapping
+export LESS="-R --chop-long-lines" # less no wrapping
export SAVEHIST=10000
# export HISTSIZE=50000