git.r.bdr.sh
/
rbdr
/
dotfiles
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add sensitive files
[rbdr/dotfiles]
/
runcoms
/
zprofile
diff --git
a/runcoms/zprofile
b/runcoms/zprofile
index b18b30737de56b5e5396ee490abedcc33e1661d8..a079fabcbcd41ffdb2f3ca56ed967f270d6fbff8 100644
(file)
--- a/
runcoms/zprofile
+++ b/
runcoms/zprofile
@@
-1,10
+1,3
@@
-#
-# Executes commands at login pre-zshrc.
-#
-# Authors:
-# Sorin Ionescu <sorin.ionescu@gmail.com>
-#
-
#
# Browser
#
#
# Browser
#
@@
-17,8
+10,8
@@
fi
# Editors
#
# Editors
#
-export EDITOR='
vi
'
-export VISUAL='
vi
'
+export EDITOR='
nvim
'
+export VISUAL='
nvim
'
export PAGER='less'
#
export PAGER='less'
#
@@
-43,7
+36,7
@@
typeset -gU cdpath fpath mailpath path
# Set the list of directories that Zsh searches for programs.
path=(
# Set the list of directories that Zsh searches for programs.
path=(
- /
usr/local
/{bin,sbin}
+ /
opt/homebrew
/{bin,sbin}
$path
)
$path
)