add tmuxinator

This commit is contained in:
Jidbo 2018-12-07 12:32:38 +01:00
parent d2a57cd443
commit c4abd688a8

6
.zshrc
View file

@ -103,3 +103,9 @@ if [ -f ~/.dotfiles/.localcommands ]
then
source ~/.dotfiles/.localcommands
fi
# Tmuxinator autocomplete
if [ -f ~/.bin/tmuxinator.zsh ]; then
source ~/.bin/tmuxinator.zsh
fi
export PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"