Created
December 13, 2013 15:42
-
-
Save johnrengelman/7946150 to your computer and use it in GitHub Desktop.
ZSH profile
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
source ~/.aliases/main | |
source "$HOME/.antigen/antigen.zsh" | |
export SHELL=/bin/zsh | |
antigen use oh-my-zsh | |
#antigen bundle git | |
antigen bundle gitfast | |
antigen bundle gradle | |
antigen bundle grails | |
antigen bundle redis-cli | |
antigen bundle osx | |
antigen bundle brew | |
antigen bundle docker | |
antigen bundle vagrant | |
antigen bundle web-search | |
antigen bundle zsh-users/zsh-syntax-highlighting | |
antigen bundle zsh-users/zsh-history-substring-search | |
antigen theme robbyrussell | |
antigen apply | |
export ORIGINAL_PATH=$PATH | |
java7 | |
unsetopt correct_all | |
setopt correct |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment