1
0
Fork 0

Make nvim default editor

This commit is contained in:
Jeremy Kaplan 2017-12-28 11:38:11 -08:00 committed by Jeremy Kaplan
commit c24d78f435
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
export PATH=$HOME/bin:$HOME/.local/bin:$PATH
export EDITOR='emacs'
export EDITOR='nvim'
export VISUAL=$EDITOR
if [[ -a /usr/bin/virtualenvwrapper.sh ]]; then