aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'profile.dot.link')
-rw-r--r--profile.dot.link13
1 files changed, 7 insertions, 6 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 81f524d..8ca4fdd 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -45,12 +45,13 @@ if [ ! -z "$BASH" ]; then
fi
# Default editor
-if [ ! -z "$DISPLAY" ]; then
- # Avoid "Avoiding protocol specified" error
- export EDITOR="vim -X"
-else
- export EDITOR="vim"
-fi
+#if [ ! -z "$DISPLAY" ]; then
+# # Avoid "Avoiding protocol specified" error
+# export EDITOR="vim -X"
+#else
+# export EDITOR="vim"
+#fi
+export EDITOR="vim"
# Basic git configuration
# See http://stackoverflow.com/questions/4192014/git-ps1-extremely-slow-in-kernel-tree