summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-26 18:17:13 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-26 18:17:13 +0200
commitdb1028a9a1b240e0337536cb548b7e92a66ef6f1 (patch)
tree9a642158184042ca87ce0bf53660e9ef3b695da7 /bashrc
parent6fbeb931cecaed4433b84c74b87b647d5e22396d (diff)
Fix EDITOR and tmux.conf for Debian jessie
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index bb9b2be..8aa56fc 100644
--- a/bashrc
+++ b/bashrc
@@ -7,7 +7,7 @@ then
else
if [ -e /usr/bin/vim ]
then
- EDITOR=/usr/bin/nvim
+ EDITOR=/usr/bin/vim
else
EDITOR=/usr/bin/vi
fi

Contact - Imprint