X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/fa25023586cb94a1abf4fd3ff95ebe7c3c8ead09..366c26c0a2a54ed6e4f6062fe6587857cd746a86:/runcoms/zprofile?ds=inline

diff --git a/runcoms/zprofile b/runcoms/zprofile
index b18b307..a079fab 100644
--- a/runcoms/zprofile
+++ b/runcoms/zprofile
@@ -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'
 
 #
@@ -43,7 +36,7 @@ typeset -gU cdpath fpath mailpath path
 
 # Set the list of directories that Zsh searches for programs.
 path=(
-  /usr/local/{bin,sbin}
+  /opt/homebrew/{bin,sbin}
   $path
 )