dotfiles script v0.4.2
- change bash completion from single file to per-directory (~/.bash_completion.d/)
This commit is contained in:
parent
1764e39cb8
commit
9b2fa59ed8
3 changed files with 32 additions and 10 deletions
3
.bash_completion.d/10-dotfiles.sh
Normal file
3
.bash_completion.d/10-dotfiles.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Enable bash completion for dotfiles manager (if installed)
|
||||
[[ -x "$HOME/bin/dotfiles" ]] && source <($HOME/bin/dotfiles bash-completion)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue