From f06985f651e22d51d0ff45a1ecb718f30309f7e8 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sun, 7 Sep 2014 16:52:52 -0500 Subject: [PATCH] add z from brew --- Brewfile | 1 + zsh/zshrc.symlink | 1 + 2 files changed, 2 insertions(+) diff --git a/Brewfile b/Brewfile index d62d7c2..8fbf1b0 100644 --- a/Brewfile +++ b/Brewfile @@ -18,6 +18,7 @@ install tmux install zsh install highlight install nvm +install z # gitsh tap thoughtbot/formulae diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index a77c968..3fc38da 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -46,3 +46,4 @@ if [[ -d ~/.rvm ]]; then fi source $(brew --prefix nvm)/nvm.sh +source `brew --prefix`/etc/profile.d/z.sh