Skip to content

Instantly share code, notes, and snippets.

@levidehaan
Created February 27, 2012 18:07
Show Gist options
  • Select an option

  • Save levidehaan/1925912 to your computer and use it in GitHub Desktop.

Select an option

Save levidehaan/1925912 to your computer and use it in GitHub Desktop.

Revisions

  1. Levi DeHaan created this gist Feb 27, 2012.
    12 changes: 12 additions & 0 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    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