summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-01-30 10:25:55 -0500
committerKjetil Orbekk <kj@orbekk.com>2024-01-30 10:25:55 -0500
commit0712dfc74c290f3f454766e5ca1a441b04c71bef (patch)
treeb0ffa25ba0deef814cdb373f58bc638933472d83 /zsh
parent924e2f16cd3c0a0c1f71b97418669082f6853e8b (diff)
fix up shell output
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index beaa165..b3e72f0 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -1,8 +1,9 @@
setopt inc_append_history share_history histignorealldups
if [[ ${INSIDE_EMACS} == *comint* ]]; then
- TERM=xterm-256color
- unsetopt zle
+ PAGER=cat
+ TERM=xterm-256color
+ unsetopt zle
fi
if [[ ${TERM} = "dumb" ]]; then
# This fixes TRAMP.