Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: None  |  size: 1.35 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Pathe to your oh-my-zsh configuration.
  2. export ZSH=$HOME/.oh-my-zsh
  3.  
  4. # Set name of the theme to load.
  5. # Look in ~/.oh-my-zsh/themes/
  6. # Optionally, if you set this to "random", it'll load a random theme each
  7. # time that oh-my-zsh is loaded.
  8. export ZSH_THEME="macovsky"
  9.  
  10. # Set to this to use case-sensitive completion
  11. # export CASE_SENSITIVE="true"
  12.  
  13. # Comment this out to disable weekly auto-update checks
  14. # export DISABLE_AUTO_UPDATE="true"
  15.  
  16. # Uncomment following line if you want to disable colors in ls
  17. # export DISABLE_LS_COLORS="true"
  18.  
  19. # Uncomment following line if you want to disable autosetting terminal title.
  20. # export DISABLE_AUTO_TITLE="true"
  21.  
  22. COMPLETION_WAITING_DOTS="true"
  23. # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
  24. # Example format: plugins=(rails git textmate ruby lighthouse)
  25. plugins=(ssh-agent rails3 bundler git brew rvm github cap autojump heroku zsh-syntax-highligthing history-substring-search)
  26.  
  27. alias vim="mvim -v"
  28. source $ZSH/oh-my-zsh.sh
  29. export LC_CTYPE=en_US.UTF-8
  30. export LC_ALL=en_US.UTF-8
  31. export LANG=en_US.UTF-8
  32. export ANDROID_SDK=/Users/lunks/Downloads/android-sdk-mac_x86
  33. export EDITOR=/usr/bin/vim
  34.  
  35. # Customize to your needs...
  36. export PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:$ANDROID_SDK/tools:$ANDROID_SDK/platform-tools
  37. zstyle :omz:plugins:ssh-agent agent-forwarding