Skip to content

Instantly share code, notes, and snippets.

@thricedotted
thricedotted / .zshrc
Created January 16, 2013 17:53
supa messy .zshrc with so many things that i borrowed from different places on the internet
# yo make sure we got colors
autoload -U colors && colors
export EDITOR=vim
export BROWSER=dwb
export PATH=~/bin:~/.gem/ruby/1.9.1/bin:$PATH
setopt PROMPT_SUBST
fpath=(~/.zsh/functions $fpath)