diff --git a/zshrc b/zshrc index f39eb1f..2fdb73a 100644 --- a/zshrc +++ b/zshrc @@ -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