diff options
| author | Ben Beltran <ben@nsovocal.com> | 2012-10-27 12:38:14 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2012-10-27 12:38:14 -0500 |
| commit | 0a84db3872a4ac363e07cd82a52f9392cee100a2 (patch) | |
| tree | 26c33723321ae5f91cb325baca1ab47b8d4fb85d /zshrc | |
| parent | dad273561595c4c88d73bd2e3fb8acadbf17090c (diff) | |
Add tmuxinator script
Diffstat (limited to 'zshrc')
| -rw-r--r-- | zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |