Trimming cdpath, adding azure plugin, bumping gimme version
This commit is contained in:
parent
dc73294990
commit
6b498fcf35
11
zshrc
11
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user