.bashrc source completion

This commit is contained in:
2021-09-17 10:18:06 +02:00
parent 22617db376
commit 964c1f3f85

View File

@@ -22,6 +22,7 @@ alias dvim="GIT_WORK_TREE='/home/kuba' GIT_DIR='/home/kuba/.dotfiles.git/' vim"
alias ls='ls --color=auto' alias ls='ls --color=auto'
source_existing /usr/share/bash-completion/bash_completion
# Make tab-completion work for dotfiles exactly as for git # Make tab-completion work for dotfiles exactly as for git
# First we need to load the completion for git (this is done the first time # First we need to load the completion for git (this is done the first time
# one types `git <TAB>` in the console). # one types `git <TAB>` in the console).