i3, vim, and zsh updates wheee
This commit is contained in:
2
zshrc
2
zshrc
@@ -80,6 +80,7 @@ path=(
|
||||
$HOME/.rbenv/bin
|
||||
$HOME/.rbenv/shims
|
||||
$HOME/.phpenv/bin
|
||||
$HOME/.pyenv/bin
|
||||
$HOME/perl5/bin
|
||||
$HOME/code/trvs/bin
|
||||
/usr/local/sbin
|
||||
@@ -96,7 +97,6 @@ path=(
|
||||
if which pyenv >/dev/null; then
|
||||
eval "$(pyenv init - 2>/dev/null)"
|
||||
fi
|
||||
export PYENV_ROOT='/usr/local/var/pyenv'
|
||||
|
||||
if which phpenv >/dev/null; then
|
||||
eval "$(phpenv init - 2>/dev/null)"
|
||||
|
Reference in New Issue
Block a user