Browse Source

use nvim by default

Sam Jaffe 3 years ago
parent
commit
bf99be74e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      profile-util

+ 1 - 1
profile-util

@@ -25,7 +25,7 @@ GITBRANCH() {
 }
 export PS1='$(rc=$?; echo -e "\[$CYAN\]\D{%F %T} \[$BBLUE\]\u\[$RESET\]@\[$(SUCCESS $rc)\]\h:[\w$(GITBRANCH)] $(CODE $rc)\[$RESET\]$ ")'
 
-export EDITOR=vim
+export EDITOR=nvim
 PATH="$HOME/usr/local/bin:$HOME/bin:$HOME/usr/bin:$PATH"
 export PATH
 export LC_ALL=en_US.UTF-8