Skip to content

Instantly share code, notes, and snippets.

@levidehaan
Created February 27, 2012 18:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save levidehaan/1925912 to your computer and use it in GitHub Desktop.
Save levidehaan/1925912 to your computer and use it in GitHub Desktop.
my oh-my-zsh config
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="xiong-chiamiov-plus"
plugins=(git command-not-found debian git-flow history-substring-search kate node npm python ssh-agent vi-mode)
source $ZSH/oh-my-zsh.sh
export PATH=/home/th3m4d0n3/.nvm/v0.6.11/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/builds
. ~/.nvm/nvm.sh
nvm use v0.6.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment