1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

If tmuxinator is installed, source the autocompletion file

This commit is contained in:
Michiel Scholten
2014-08-01 18:12:41 +02:00
parent f69171cbe8
commit 937aa25e13

View File

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