dotfiles script v0.3.0: added bash-completion

This commit is contained in:
Lexi / Zoe 2019-01-05 02:50:50 +01:00
parent 801cabcba4
commit 885c75654f
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 48 additions and 1 deletions

7
.bash_completion Normal file
View 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