Skip to content

Instantly share code, notes, and snippets.

@powellc
Created September 15, 2010 16:33
Show Gist options
  • Save powellc/581011 to your computer and use it in GitHub Desktop.
Save powellc/581011 to your computer and use it in GitHub Desktop.
export TERM=xterm-256color
# Default the box color to red, but change to differentiate boxes or VPSs
export BOXCOLOR="%{$fg[red]%}"
# 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="powellc"
# 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)
source $ZSH/oh-my-zsh.sh
# Customize to your needs...
export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin:$HOME/.bin
alias mole='ssh -N -f -L 5480:localhost:5480 carney'
alias t='todo.py'
export WORKON_HOME=$HOME/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment