dotfiles script v0.3.0: added bash-completion
This commit is contained in:
parent
801cabcba4
commit
885c75654f
2 changed files with 48 additions and 1 deletions
7
.bash_completion
Normal file
7
.bash_completion
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# ~/.bash_completion - Custom bash auto completions
|
||||
|
||||
# Enable bash completion for dotfiles manager (if installed)
|
||||
if command -v dotfiles &>/dev/null; then
|
||||
source <(dotfiles bash-completion)
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue