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