add z from brew

This commit is contained in:
Nick Nisi
2014-09-07 16:52:52 -05:00
parent adad4a014f
commit f06985f651
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ install tmux
install zsh install zsh
install highlight install highlight
install nvm install nvm
install z
# gitsh # gitsh
tap thoughtbot/formulae tap thoughtbot/formulae

View File

@@ -46,3 +46,4 @@ if [[ -d ~/.rvm ]]; then
fi fi
source $(brew --prefix nvm)/nvm.sh source $(brew --prefix nvm)/nvm.sh
source `brew --prefix`/etc/profile.d/z.sh