From 937aa25e139d6e8ba1bdfa750ff07c15ffb34d0b Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 1 Aug 2014 18:12:41 +0200 Subject: [PATCH] If tmuxinator is installed, source the autocompletion file --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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).