aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 284b48ef..387d6b3c 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -3,6 +3,10 @@
# Use vi as my text editor.
export EDITOR=vi
+export VISUAL=$EDITOR
+
+# Use less as my pager.
+export PAGER=less
# None of this UTF8 drawing characters nonsense.
export NCURSES_NO_UTF8_ACS=1