public
Description: /bin/zsh and loving it
Homepage: http://stephencelis.com/archive/2008/10/ez-does-it-gemdoc
Clone URL: git://github.com/stephencelis/dotfiles.git
dotfiles / zshrc
100644 11 lines (9 sloc) 0.23 kb
1
2
3
4
5
6
7
8
9
10
11
. ~/.zsh/config
. ~/.zsh/aliases
. ~/.zsh/completion
 
# -- start rip config -- #
RIPDIR=/Users/stephen/.rip
RUBYLIB="$RUBYLIB:$RIPDIR/active/lib"
PATH="$PATH:$RIPDIR/active/bin"
export RIPDIR RUBYLIB PATH
# -- end rip config -- #