Yet more update egad I thought I'd pushed this

main
Dan Buch 7 years ago
parent 0b42d2ac98
commit 0a846e8256

@ -24,4 +24,4 @@ let g:go_fmt_command = "goimports"
call pathogen#infect()
colo summerfruit256
colo delek

@ -1,5 +1,5 @@
ZSH=$HOME/.oh-my-zsh
ZSH_THEME=robbyrussell
ZSH_THEME=meatballhat
CASE_SENSITIVE="true"
@ -73,7 +73,7 @@ bindkey '^R' history-incremental-search-backward
path=(
$HOME/bin
$HOME/gopath/bin
$HOME/go/bin
$HOME/.rbenv/bin
$HOME/.rbenv/shims
$HOME/.phpenv/bin
@ -97,11 +97,11 @@ if which phpenv >/dev/null; then
fi
eval "$(gimme 1.8.1)" 2>/dev/null
export GOPATH="$HOME/gopath"
export GOPATH="$HOME/go"
CDPATH="$HOME/code:$HOME/src:$HOME/Development/src:$HOME/repos"
for prefix in github.com github.com/travis-ci github.com/meatballhat code.google.com/p ; do
CDPATH="$HOME/gopath/src/$prefix:$CDPATH"
CDPATH="$HOME/go/src/$prefix:$CDPATH"
done
export GPG_TTY=$(tty)

Loading…
Cancel
Save