From 088f42edba42b63c3a42f30df544dcb4970a17a5 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 20 Dec 2021 13:36:20 -0500 Subject: [PATCH] Getting updated with shims and direnv and go version --- zshrc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/zshrc b/zshrc index f39eb1f..0959fd3 100644 --- a/zshrc +++ b/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