4 lines
140 B
Bash
4 lines
140 B
Bash
|
|
# Enable bash completion for dotfiles manager (if installed)
|
||
|
|
[[ -x "$HOME/bin/dotfiles" ]] && source <($HOME/bin/dotfiles bash-completion)
|
||
|
|
|