
Untitled
By: a guest on
Aug 3rd, 2012 | syntax:
None | size: 1.35 KB | hits: 20 | expires: Never
# Pathe to your oh-my-zsh configuration.
export ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
export ZSH_THEME="macovsky"
# Set to this to use case-sensitive completion
# export CASE_SENSITIVE="true"
# Comment this out to disable weekly auto-update checks
# export DISABLE_AUTO_UPDATE="true"
# Uncomment following line if you want to disable colors in ls
# export DISABLE_LS_COLORS="true"
# Uncomment following line if you want to disable autosetting terminal title.
# export DISABLE_AUTO_TITLE="true"
COMPLETION_WAITING_DOTS="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(ssh-agent rails3 bundler git brew rvm github cap autojump heroku zsh-syntax-highligthing history-substring-search)
alias vim="mvim -v"
source $ZSH/oh-my-zsh.sh
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export ANDROID_SDK=/Users/lunks/Downloads/android-sdk-mac_x86
export EDITOR=/usr/bin/vim
# Customize to your needs...
export PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:$ANDROID_SDK/tools:$ANDROID_SDK/platform-tools
zstyle :omz:plugins:ssh-agent agent-forwarding