X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/fa25023586cb94a1abf4fd3ff95ebe7c3c8ead09..a94ac638f8bb946e98ca04503e7907f9f1d63c3e:/runcoms/zprofile 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 -# - # # 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 )