more zshrc cleanup
This commit is contained in:
parent
700658defc
commit
110244ebd6
12
zshrc
12
zshrc
@ -38,7 +38,6 @@ plugins=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
[[ -e ~/.zshenv ]] && source ~/.zshenv
|
|
||||||
|
|
||||||
unsetopt correct_all
|
unsetopt correct_all
|
||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
@ -59,15 +58,6 @@ path=(
|
|||||||
/usr/local/games
|
/usr/local/games
|
||||||
)
|
)
|
||||||
|
|
||||||
#if [ -f ~/.gvm/scripts/gvm ] ; then
|
|
||||||
#source ~/.gvm/scripts/gvm
|
|
||||||
#gvm use go1.2
|
|
||||||
#if [ -f ~/src/gocode/src/.env ] ; then
|
|
||||||
#unset _GOCODE_DID_SETUP
|
|
||||||
#source ~/src/gocode/src/.env
|
|
||||||
#fi
|
|
||||||
#fi
|
|
||||||
|
|
||||||
eval "$(goenv init -)"
|
eval "$(goenv init -)"
|
||||||
export GOPATH="$HOME/gopath"
|
export GOPATH="$HOME/gopath"
|
||||||
|
|
||||||
@ -90,5 +80,7 @@ function load-ssh-agent() {
|
|||||||
source ~/.ssh/agent.out
|
source ~/.ssh/agent.out
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[[ -e ~/.zshenv ]] && source ~/.zshenv
|
||||||
|
|
||||||
# added by travis gem
|
# added by travis gem
|
||||||
[[ -f ~/.travis/travis.sh ]] && source ~/.travis/travis.sh
|
[[ -f ~/.travis/travis.sh ]] && source ~/.travis/travis.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user