]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - zshrc
Add tmuxinator script
[rbdr/dotfiles] / zshrc
diff --git a/zshrc b/zshrc
index 85e83ef2d4c40fe98ca68a6c0ca30b4d0c05f3a5..b818570d458c766901d3af070445a0013701920f 100644 (file)
--- 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.