From 8c705a5590730e1745bd708f1e7ce1d160b1ea2b Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 20 Mar 2013 17:56:37 -0500 Subject: [PATCH] Adding tmuxinator env stuff to zshrc --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 1c34fb3..e95b605 100644 --- a/zshrc +++ b/zshrc @@ -17,6 +17,9 @@ function install_powerline_precmd() { install_powerline_precmd +# Tmuxinator +[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator + alias vi=vim alias tmux="tmux -2" export EDITOR=vim