aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/zshrc
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-07-03 11:21:46 +0530
committerAkshay Nair <phenax5@gmail.com>2025-07-03 11:22:02 +0530
commit26343d2eef0e8892cecb1645935294e221e9f1a7 (patch)
treec3a1678699418d312b0cae3baf94e12844f1ab3f /config/zsh/zshrc
parentb83f4b93e48797264859804de3932abbacabe566 (diff)
downloadnixos-config-26343d2eef0e8892cecb1645935294e221e9f1a7.tar.gz
nixos-config-26343d2eef0e8892cecb1645935294e221e9f1a7.zip
Email config change
Diffstat (limited to '')
-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