summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc12
1 files changed, 1 insertions, 11 deletions
diff --git a/bashrc b/bashrc
index 4d6e54a..a053eb5 100644
--- a/bashrc
+++ b/bashrc
@@ -1,17 +1,7 @@
# vim: foldmethod=marker ts=4 sw=4
# editor {{{
# Prefer neovim over vim over vi
-if [ -e /usr/bin/nvim ]
-then
- EDITOR=/usr/bin/nvim
-else
- if [ -e /usr/bin/vim ]
- then
- EDITOR=/usr/bin/vim
- else
- EDITOR=/usr/bin/vi
- fi
-fi
+EDITOR=vim
export EDITOR
# }}}
# R {{{

Contact - Imprint