From 0a84db3872a4ac363e07cd82a52f9392cee100a2 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 27 Oct 2012 12:38:14 -0500 Subject: Add tmuxinator script --- vim/bundle/ctrlp.vim | 2 +- zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/bundle/ctrlp.vim b/vim/bundle/ctrlp.vim index 6ddbfe2..be5842a 160000 --- a/vim/bundle/ctrlp.vim +++ b/vim/bundle/ctrlp.vim @@ -1 +1 @@ -Subproject commit 6ddbfe2cc00a7eeb2a4450552b78276488a2e2c9 +Subproject commit be5842a376f16c16c5dc4cc1879d7168a074f7de diff --git a/zshrc b/zshrc index 85e83ef..b818570 100644 --- a/zshrc +++ b/zshrc @@ -55,6 +55,7 @@ alias rspec="rspec --color" #Screeninator and RVM scripts [[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm +[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator # # End of the custom things from my bash profile. -- cgit