Cleaning out a bunch of stuff I don't use

This commit is contained in:
Dan Buch
2017-05-15 11:25:46 -04:00
parent c2f040565b
commit 1cb6c73d4b
28 changed files with 8 additions and 5488 deletions

14
zshrc
View File

@@ -1,5 +1,5 @@
ZSH=$HOME/.oh-my-zsh
ZSH_THEME=meatballhat
ZSH_THEME=robbyrussell
CASE_SENSITIVE="true"
@@ -87,17 +87,19 @@ path=(
/usr/local/games
)
if which pyenv > /dev/null ; then
eval "$(pyenv init -)"
if which pyenv >/dev/null; then
eval "$(pyenv init - 2>/dev/null)"
fi
export PYENV_ROOT='/usr/local/var/pyenv'
eval "$(phpenv init -)"
if which phpenv >/dev/null; then
eval "$(phpenv init - 2>/dev/null)"
fi
eval "$(gimme 1.4.2)" 2>/dev/null
eval "$(gimme 1.8.1)" 2>/dev/null
export GOPATH="$HOME/gopath"
CDPATH="$HOME/workspace:$HOME/src:$HOME/Development/src:$HOME/repos"
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"
done