summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
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