mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
If tmuxinator is installed, source the autocompletion file
This commit is contained in:
4
.bashrc
4
.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).
|
||||
|
||||
Reference in New Issue
Block a user