Skip to content

Instantly share code, notes, and snippets.

@johnrengelman
Created December 13, 2013 15:42
Show Gist options
  • Save johnrengelman/7946150 to your computer and use it in GitHub Desktop.
Save johnrengelman/7946150 to your computer and use it in GitHub Desktop.
ZSH profile
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