Bloop some blops

This commit is contained in:
Dan Buch
2017-12-15 21:34:09 -05:00
parent 67fe0be22f
commit 4cfc692186
2 changed files with 8 additions and 4 deletions

3
zshrc
View File

@@ -81,6 +81,7 @@ bindkey '^R' history-incremental-search-backward
path=(
$HOME/bin
$HOME/go/bin
$HOME/.local/bin
$HOME/.rbenv/bin
$HOME/.rbenv/shims
$HOME/.phpenv/bin
@@ -106,7 +107,7 @@ if which phpenv >/dev/null; then
eval "$(phpenv init - 2>/dev/null)"
fi
eval "$(gimme 1.9)" 2>/dev/null
eval "$(gimme 1.9.2)" 2>/dev/null
export GOPATH="$HOME/go"
CDPATH="$HOME/code:$HOME/src:$HOME/Development/src:$HOME/repos"