zsh bits
This commit is contained in:
parent
ee60012b56
commit
57046d1197
8
zshrc
8
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user