Trimming cdpath, adding azure plugin, bumping gimme version

main
Dan Buch 6 months ago
parent dc73294990
commit 6b498fcf35
Signed by: meatballhat
GPG Key ID: A12F782281063434

11
zshrc

@ -74,6 +74,7 @@ path=(
plugins=( plugins=(
archlinux archlinux
aws aws
azure
brew brew
bundler bundler
command-not-found command-not-found
@ -177,14 +178,14 @@ if [[ -f ~/.cargo/env ]]; then
fi fi
if gimme --version &>/dev/null; then 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" export GOPATH="$HOME/go"
fi fi
CDPATH="$HOME/code:$HOME/src:$HOME/Development/src:$HOME/repos" cdpath=(
for prefix in github.com github.com/meatballhat code.google.com/p ; do $HOME/code
CDPATH="$HOME/go/src/$prefix:$CDPATH" $HOME/src
done )
export GPG_TTY=$(tty) export GPG_TTY=$(tty)

Loading…
Cancel
Save