diff --git a/.bash_completion b/.bash_completion index 6e4033e..12460c3 100644 --- a/.bash_completion +++ b/.bash_completion @@ -3,3 +3,6 @@ # Enable bash completion for dotfiles manager (if installed) [[ -x "$HOME/bin/dotfiles" ]] && source <($HOME/bin/dotfiles bash-completion) +# Include host-specific bash_completion +[[ -f ~/.bash_completion.local ]] && source ~/.bash_completion.local +