Created
February 27, 2012 18:07
-
-
Save levidehaan/1925912 to your computer and use it in GitHub Desktop.
my oh-my-zsh config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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