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)