main
Dan Buch 2 years ago
parent ee60012b56
commit 57046d1197
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -59,18 +59,19 @@ path=(
plugins=(
archlinux
autoenv
aws
bundler
cargo
command-not-found
cp
direnv
docker
gem
git
golang
helm
heroku
httpie
kubectl
mercurial
minikube
@ -107,9 +108,10 @@ source $ZSH/oh-my-zsh.sh
unalias gb &>/dev/null
export VISUAL=vim
export EDITOR=vim
export PYENV_ROOT="${HOME}/.pyenv"
export SDKMAN_DIR="${HOME}/.sdkman"
export VISUAL=vim
# The completion for aws is not compatible with $fpath :scream_cat:
if [[ -f /usr/local/share/zsh/site-functions/_aws ]] ; then
@ -157,7 +159,7 @@ if [[ -f ~/.cargo/env ]]; then
fi
if gimme --version &>/dev/null; then
eval "$(gimme '1.17.1')" 2>/dev/null
eval "$(gimme '1.17.5')" 2>/dev/null
export GOPATH="$HOME/go"
fi

Loading…
Cancel
Save