diff --git a/.bashrc b/.bashrc index 9e998d3..db53355 100644 --- a/.bashrc +++ b/.bashrc @@ -131,6 +131,10 @@ if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi +if [ -f ~/bin/tmuxinator.bash ]; then + . ~/bin/tmuxinator.bash +fi + # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc).