Getting updated with shims and direnv and go version

This commit is contained in:
Dan Buch 2021-12-20 13:36:20 -05:00
parent 8ae7aee3e7
commit 088f42edba
Signed by: meatballhat
GPG Key ID: A12F782281063434

17
zshrc
View File

@ -30,17 +30,18 @@ COMPLETION_WAITING_DOTS="true"
# DISABLE_UNTRACKED_FILES_DIRTY="true" # DISABLE_UNTRACKED_FILES_DIRTY="true"
path=( path=(
$HOME/.cargo/bin
$HOME/.rbenv/bin
$HOME/.rbenv/shims $HOME/.rbenv/shims
$HOME/.phpenv/bin
$HOME/.pyenv/bin
$HOME/.pyenv/shims $HOME/.pyenv/shims
$HOME/.yarn/bin
$HOME/.pulumi/bin
$HOME/bin $HOME/bin
$HOME/go/bin $HOME/go/bin
$HOME/.local/bin $HOME/.local/bin
$HOME/.cargo/bin
$HOME/.rbenv/bin
$HOME/.phpenv/bin
$HOME/.pyenv/bin
$HOME/.yarn/bin
$HOME/.pulumi/bin
$HOME/.local/bin
$HOME/perl5/bin $HOME/perl5/bin
$HOME/Library/Python/3.8/bin $HOME/Library/Python/3.8/bin
/usr/local/opt/python@3.8/bin /usr/local/opt/python@3.8/bin
@ -59,12 +60,12 @@ path=(
plugins=( plugins=(
archlinux archlinux
autoenv
aws aws
bundler bundler
cargo cargo
command-not-found command-not-found
cp cp
direnv
docker docker
gem gem
git git
@ -157,7 +158,7 @@ if [[ -f ~/.cargo/env ]]; then
fi fi
if gimme --version &>/dev/null; then if gimme --version &>/dev/null; then
eval "$(gimme '1.17.1')" 2>/dev/null eval "$(gimme '1.17.5')" 2>/dev/null
export GOPATH="$HOME/go" export GOPATH="$HOME/go"
fi fi