summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-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.