source .bash_completion.local if exists
This commit is contained in:
parent
c2a490567c
commit
bef5434128
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue