Rust and terraform handy bits

This commit is contained in:
2018-03-23 22:17:25 -04:00
parent 1948ab154b
commit 62619a1f7c
2 changed files with 9 additions and 1 deletions

7
zshrc
View File

@@ -82,6 +82,7 @@ path=(
$HOME/bin
$HOME/go/bin
$HOME/.local/bin
$HOME/.cargo/bin
$HOME/.rbenv/bin
$HOME/.rbenv/shims
$HOME/.phpenv/bin
@@ -107,7 +108,11 @@ if which phpenv >/dev/null; then
eval "$(phpenv init - 2>/dev/null)"
fi
eval "$(gimme 1.9.2)" 2>/dev/null
if [[ -f ~/.cargo/env ]]; then
source ~/.cargo/env
fi
eval "$(gimme '1.9.3')" 2>/dev/null
export GOPATH="$HOME/go"
CDPATH="$HOME/code:$HOME/src:$HOME/Development/src:$HOME/repos"