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

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

Loading…
Cancel
Save