aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-08-16 00:06:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-08-16 00:06:08 +1200
commit81326ef35821b747fb99e5cc5c4d780659baa62c (patch)
treec4901038ee441627f1aeff8da4aac6dcd864b283
parentSet a few more options (diff)
downloaddotfiles-81326ef35821b747fb99e5cc5c4d780659baa62c.tar.gz
dotfiles-81326ef35821b747fb99e5cc5c4d780659baa62c.zip
Explicitly set VISUAL and PAGER
-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