aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-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