Created
March 22, 2011 03:19
-
-
Save fredoliveira/880708 to your computer and use it in GitHub Desktop.
Oh-my-zsh config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ZSH=$HOME/.oh-my-zsh | |
export ZSH_THEME="cloud" | |
# export CASE_SENSITIVE="true" | |
# export DISABLE_AUTO_UPDATE="true" | |
# export DISABLE_LS_COLORS="true" | |
plugins=(git) | |
source $ZSH/oh-my-zsh.sh | |
export EC2_HOME=~/.ec2 | |
export EC2_PRIVATE_KEY=`ls $EC2_HOME/pk-*.pem` | |
export EC2_CERT=`ls $EC2_HOME/cert-*.pem` | |
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home/ | |
export PATH=$HOME/.bin/:/usr/local/mysql/bin:/opt/local/bin:/opt/local/sbin:/usr/local/share/npm/bin:$EC2_HOME/bin:$PATH | |
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment