summaryrefslogtreecommitdiff
path: root/.config/bash
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 00:48:29 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 00:48:29 -0500
commitdd8c27a1c6562aeb8487b94f985d89408f5a3902 (patch)
tree9fb9fc62bc65284ca14929a82b73c709479aba5b /.config/bash
parenta9935b7a12a522937d91cb44a0e138132b555e16 (diff)
Bash: disable the pager when running in emacs
Diffstat (limited to '.config/bash')
-rw-r--r--.config/bash/rc.d/emacs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/bash/rc.d/emacs.sh b/.config/bash/rc.d/emacs.sh
index 12fa9ad..4a7b9b8 100644
--- a/.config/bash/rc.d/emacs.sh
+++ b/.config/bash/rc.d/emacs.sh
@@ -5,6 +5,7 @@ if [[ $TERM == eterm* ]]; then
EDITOR=$SELECTED_EDITOR
VISUAL=$SELECTED_EDITOR
export SELECTED_EDITOR EDITOR VISUAL
+ export PAGER=cat
## Primatives for interacting with Emacs ###############################