i3, vim, and zsh updates wheee

This commit is contained in:
Dan Buch
2017-08-17 16:31:30 -04:00
parent 0d216fe5c8
commit 2cf9dc1d16
3 changed files with 7 additions and 1 deletions

2
zshrc
View File

@@ -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)"