[ create a new paste ] login | about

Link: http://codepad.org/KMrrSNBS    [ raw code | fork ]

Plain Text, pasted on Jan 25:
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting


# history saves 50,000 in it if we want to open it
# only the last 1000 are part of backward searching
HISTFILE=~/.zshhistory
HISTSIZE=5000000
SAVEHIST=5000000

# share history across terminal sessions
setopt share_history
setopt extended_history
setopt inc_append_history

# ignore dupes
setopt hist_ignore_all_dups
setopt histverify

export PATH="$HOME/.cask/bin:$PATH"

export JAVA_HOME=`/usr/libexec/java_home`

# pip should only run if there is a virtualenv currently activated
export PIP_REQUIRE_VIRTUALENV=true
# cache pip-installed packages to avoid re-downloading
export PIP_DOWNLOAD_CACHE=$HOME/.pip/cache

export ANDROID_HOME=~/android-sdk-macosx
export PATH=$PATH:~/android-sdk-macosx/platform-tools:~/android-sdk-macosx/tools:/usr/local/share/python
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/

export PATH=~/bin:~/.cabal/bin:$PATH

export GITIGNORES=~/hacking/gitignore


Create a new paste based on this one


Comments: