From 080f32ea0c992cbb14e90b18238e5c85d93c37f8 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 28 Apr 2022 16:22:38 -0400 Subject: [PATCH] Fun with go, node, and brew --- zshrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index a62693a..a247e45 100644 --- a/zshrc +++ b/zshrc @@ -41,6 +41,7 @@ path=( $HOME/.pyenv/bin $HOME/.yarn/bin $HOME/.pulumi/bin + ${KREW_ROOT:-$HOME/.krew}/bin $HOME/.local/bin $HOME/perl5/bin $HOME/Library/Python/3.8/bin @@ -61,6 +62,7 @@ path=( plugins=( archlinux aws + brew bundler command-not-found cp @@ -97,6 +99,10 @@ plugins=( yarn ) +if [[ -x /home/linuxbrew/.linuxbrew/bin/brew ]]; then + eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" +fi + if [[ -d ~/.oh-my-zsh/plugins/just/ ]]; then plugins+=just fi @@ -158,7 +164,7 @@ if [[ -f ~/.cargo/env ]]; then fi if gimme --version &>/dev/null; then - eval "$(gimme '1.17.5')" 2>/dev/null + eval "$(gimme '1.18.x')" 2>/dev/null export GOPATH="$HOME/go" fi @@ -248,7 +254,7 @@ if [[ -d /usr/local/opt/python@3.8/lib/pkgconfig ]]; then fi if nvm &>/dev/null; then - nvm use --delete-prefix lts/erbium --silent + nvm use --delete-prefix 16 --silent fi if kitty --version &>/dev/null; then