From 0712dfc74c290f3f454766e5ca1a441b04c71bef Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 30 Jan 2024 10:25:55 -0500 Subject: fix up shell output --- zsh/.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'zsh') 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. -- cgit v1.2.3