add tmuxinator
This commit is contained in:
parent
d2a57cd443
commit
c4abd688a8
1 changed files with 6 additions and 0 deletions
6
.zshrc
6
.zshrc
|
@ -103,3 +103,9 @@ if [ -f ~/.dotfiles/.localcommands ]
|
||||||
then
|
then
|
||||||
source ~/.dotfiles/.localcommands
|
source ~/.dotfiles/.localcommands
|
||||||
fi
|
fi
|
||||||
|
# Tmuxinator autocomplete
|
||||||
|
if [ -f ~/.bin/tmuxinator.zsh ]; then
|
||||||
|
source ~/.bin/tmuxinator.zsh
|
||||||
|
fi
|
||||||
|
|
||||||
|
export PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue