]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - runcoms/zprofile
Reduce further
[rbdr/dotfiles] / runcoms / zprofile
index d0cb3b852484bf30167004f4509c539812d49836..a079fabcbcd41ffdb2f3ca56ed967f270d6fbff8 100644 (file)
@@ -1,10 +1,3 @@
-#
-# Executes commands at login pre-zshrc.
-#
-# Authors:
-#   Sorin Ionescu <sorin.ionescu@gmail.com>
-#
-
 #
 # Browser
 #
@@ -17,8 +10,8 @@ fi
 # Editors
 #
 
-export EDITOR='vi'
-export VISUAL='vi'
+export EDITOR='nvim'
+export VISUAL='nvim'
 export PAGER='less'
 
 #