24 lines
994 B
Plaintext
24 lines
994 B
Plaintext
|
# Path to your oh-my-zsh configuration.
|
||
|
ZSH=$HOME/.oh-my-zsh
|
||
|
|
||
|
# Set name of the theme to load.
|
||
|
# Look in ~/.oh-my-zsh/themes/
|
||
|
# skwp theme comes from skwp/oh-my-zsh fork
|
||
|
ZSH_THEME="skwp"
|
||
|
|
||
|
# Comment this out to disable weekly auto-update checks
|
||
|
DISABLE_AUTO_UPDATE="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=(git rvm ruby rails autojump)
|
||
|
|
||
|
# Load default oh-my-zsh stuff
|
||
|
source $ZSH/oh-my-zsh.sh
|
||
|
|
||
|
# Customize to your needs...
|
||
|
export PATH=/usr/local/git/bin:/op/local/bin:/opt/local/sbin:/usr/bin:/Users/yan/dev/cluster/script:/Users/yan/.bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin:/opt/local/bin:/opt/local/lib/postgresql84/bin:/usr/local/bin:/Users/yan/dev/ec2/ec2-api/bin:/opt/local/lib/mysql5/bin:/Users/yan/.rvm/bin:/Users/yan/.dotfiles/bin:/Users/yan/.dotfiles/bin/willmorgan/bin
|
||
|
|
||
|
# Load YADR zshrc
|
||
|
source ~/.dotfiles/zsh/zshrc
|