X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/f2f7e6c5f0ef49bded837fa67c35fcd937ce5905..a7676eeb069e717616f13c05c364ea4306ec7dd6:/dot/bashrc diff --git a/dot/bashrc b/dot/bashrc index 1b6d7af..6337ca6 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -157,7 +157,7 @@ alias zgrep="greplike zgrep" ## Turn off pagers inside Emacs shell buffers. case "$INSIDE_EMACS" in - 22.*,comint) export PAGER=cat ;; + 2[2-9].*,comint | [3-9][0-9].*,comint) export PAGER=cat ;; esac ###--------------------------------------------------------------------------