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" # DISABLE_UNTRACKED_FILES_DIRTY="true"
path=( path=(
$HOME/.rbenv/shims
$HOME/.pyenv/shims
$HOME/bin
$HOME/go/bin
$HOME/.local/bin
$HOME/.cargo/bin $HOME/.cargo/bin
$HOME/.rbenv/bin $HOME/.rbenv/bin
$HOME/.rbenv/shims
$HOME/.phpenv/bin $HOME/.phpenv/bin
$HOME/.pyenv/bin $HOME/.pyenv/bin
$HOME/.pyenv/shims
$HOME/.yarn/bin $HOME/.yarn/bin
$HOME/.pulumi/bin $HOME/.pulumi/bin
$HOME/bin
$HOME/go/bin
$HOME/.local/bin $HOME/.local/bin
$HOME/perl5/bin $HOME/perl5/bin
$HOME/Library/Python/3.8/bin $HOME/Library/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

Loading…
Cancel
Save