Skip to content

Instantly share code, notes, and snippets.

@rwilcox
Created February 20, 2010 05:40
Show Gist options
  • Save rwilcox/309524 to your computer and use it in GitHub Desktop.
Save rwilcox/309524 to your computer and use it in GitHub Desktop.
# Path to your oh-my-zsh configuration.
export ZSH=$HOME/.oh-my-zsh
# Set to the name theme to load.
# Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="xiong-chiamiov-plus"
# 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="false"
export PATH=/usr/local/bin:/opt/local/bin:/sbin:/usr/sbin:$HOME/bin/:$PATH
export PATH=$PATH:/Library/Frameworks/Python.framework/Versions/Current/bin
source $ZSH/oh-my-zsh.sh
# Customize to your needs...
#
#
setopt DVORAK
setopt VI
# additional env variables
#
source .aliases
#export LC_ALL=en_US.UTF-8
export EDITOR=mate
export GEM_OPEN_EDITOR=mate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment