]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - runcoms/zprofile
Reduce further
[rbdr/dotfiles] / runcoms / zprofile
index b18b30737de56b5e5396ee490abedcc33e1661d8..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'
 
 #
@@ -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
 )