Yet more update egad I thought I'd pushed this
This commit is contained in:
8
zshrc
8
zshrc
@@ -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)
|
||||
|
Reference in New Issue
Block a user