Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. source ~/.aliases/main
  2. source "$HOME/.antigen/antigen.zsh"
  3. export SHELL=/bin/zsh
  4. antigen use oh-my-zsh
  5.  
  6. #antigen bundle git
  7. antigen bundle gitfast
  8. antigen bundle gradle
  9. antigen bundle grails
  10. antigen bundle redis-cli
  11. antigen bundle osx
  12. antigen bundle brew
  13. antigen bundle docker
  14. antigen bundle vagrant
  15. antigen bundle web-search
  16. antigen bundle zsh-users/zsh-syntax-highlighting
  17. antigen bundle zsh-users/zsh-history-substring-search
  18.  
  19. antigen theme robbyrussell
  20.  
  21. antigen apply
  22. export ORIGINAL_PATH=$PATH
  23. java7
  24.  
  25. unsetopt correct_all
  26. setopt correct
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement