aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-08-17 17:27:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-08-17 17:27:29 +1200
commita1208849df72f781b87c4ac815e62a129258bbdf (patch)
treeae1c2b22f017ab61267c2642561cffda8ad0a88a /bash
parentOnly set PAGER if a good one exists (diff)
downloaddotfiles-a1208849df72f781b87c4ac815e62a129258bbdf.tar.gz
dotfiles-a1208849df72f781b87c4ac815e62a129258bbdf.zip
Clarify editor selection
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 69302c3b..b4a4912c 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -1,7 +1,7 @@
# Don't do anything if not running interactively.
[[ -z "$PS1" ]] && return
-# Use vi as my text editor.
+# Use the system's implementation of vi as my text editor.
export EDITOR=vi
export VISUAL=$EDITOR