Getting updated with shims and direnv and go version

main
Dan Buch 2 years ago
parent 8ae7aee3e7
commit 088f42edba
Signed by: meatballhat
GPG Key ID: A12F782281063434

13
zshrc

@ -30,16 +30,17 @@ COMPLETION_WAITING_DOTS="true"
# DISABLE_UNTRACKED_FILES_DIRTY="true"
path=(
$HOME/.rbenv/shims
$HOME/.pyenv/shims
$HOME/bin
$HOME/go/bin
$HOME/.local/bin
$HOME/.cargo/bin
$HOME/.rbenv/bin
$HOME/.rbenv/shims
$HOME/.phpenv/bin
$HOME/.pyenv/bin
$HOME/.pyenv/shims
$HOME/.yarn/bin
$HOME/.pulumi/bin
$HOME/bin
$HOME/go/bin
$HOME/.local/bin
$HOME/perl5/bin
$HOME/Library/Python/3.8/bin
@ -59,12 +60,12 @@ path=(
plugins=(
archlinux
autoenv
aws
bundler
cargo
command-not-found
cp
direnv
docker
gem
git
@ -157,7 +158,7 @@ if [[ -f ~/.cargo/env ]]; then
fi
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"
fi

Loading…
Cancel
Save