From: Ben Beltran Date: Sat, 27 Oct 2012 17:38:14 +0000 (-0500) Subject: Add tmuxinator script X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/0a84db3872a4ac363e07cd82a52f9392cee100a2 Add tmuxinator script --- 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.