# ~/.bash_completion - Custom bash auto completions # Enable bash completion for dotfiles manager (if installed) [[ -x "$HOME/bin/dotfiles" ]] && source <($HOME/bin/dotfiles bash-completion)