Rust and terraform handy bits
This commit is contained in:
7
zshrc
7
zshrc
@@ -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"
|
||||
|
Reference in New Issue
Block a user