This commit is contained in:
2016-04-14 09:34:42 -04:00
parent 8f6a05d7eb
commit ad492c4f41
10 changed files with 902 additions and 26 deletions

6
zshenv
View File

@@ -1,3 +1,5 @@
platform=`uname`
# Unbreak broken, non-colored terminal
export TERM=xterm-256color
@@ -24,6 +26,10 @@ export ANSIBLE_HOSTS=~/.ansible_hosts
export LEIN_FAST_TRAMPOLINE=y
export ANDROID_HOME=/usr/local/opt/android-sdk
if [[ $platform == 'Linux' ]]; then
export LD_LIBRARY_PATH="/usr/lib/jvm/java-8-openjdk/jre/lib/amd64"
fi
#export PATH=/usr/local/sbin:/usr/local/bin:${PATH}
path=($HOME/bin ${ANSIBLE_DIR}/bin ${RBENV_PATH}/bin $HOME/.vim/scripts $path)