aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2012-10-27 12:38:14 -0500
committerBen Beltran <ben@nsovocal.com>2012-10-27 12:38:14 -0500
commit22d615d84721c97afcab4f9ea93bd0425847c4a5 (patch)
tree19455628ec924606ddb62c2d4d77c39930d28f38
parent207a37e02ac44732c5fef823664ad23642b809e1 (diff)
Add tmuxinator script
m---------vim/bundle/ctrlp.vim0
-rw-r--r--zshrc1
2 files changed, 1 insertions, 0 deletions
diff --git a/vim/bundle/ctrlp.vim b/vim/bundle/ctrlp.vim
-Subproject 6ddbfe2cc00a7eeb2a4450552b78276488a2e2c
+Subproject be5842a376f16c16c5dc4cc1879d7168a074f7d
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.