diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # vim: foldmethod=marker ts=4 sw=4 # editor {{{ # Prefer neovim over vim over vi -EDITOR=vim +EDITOR=/usr/bin/vim export EDITOR # }}} # R {{{ |