From 6b498fcf35a12c3be3879fcf746c22ebb2d6ca4c Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 13 Nov 2023 10:34:14 -0500 Subject: [PATCH] Trimming cdpath, adding azure plugin, bumping gimme version --- zshrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/zshrc b/zshrc index a060aba..8175f92 100644 --- a/zshrc +++ b/zshrc @@ -74,6 +74,7 @@ path=( plugins=( archlinux aws + azure brew bundler command-not-found @@ -177,14 +178,14 @@ if [[ -f ~/.cargo/env ]]; then fi if gimme --version &>/dev/null; then - eval "$(gimme 1.21.x)" 2>/dev/null + eval "$(gimme 1.21.4)" 2>/dev/null export GOPATH="$HOME/go" fi -CDPATH="$HOME/code:$HOME/src:$HOME/Development/src:$HOME/repos" -for prefix in github.com github.com/meatballhat code.google.com/p ; do - CDPATH="$HOME/go/src/$prefix:$CDPATH" -done +cdpath=( + $HOME/code + $HOME/src +) export GPG_TTY=$(tty)