From 964c1f3f85b7f554cf5bb3fcfcdd667a72bb6764 Mon Sep 17 00:00:00 2001 From: Jakub Fojt Date: Fri, 17 Sep 2021 10:18:06 +0200 Subject: [PATCH] .bashrc source completion --- .bashrc.kuba | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc.kuba b/.bashrc.kuba index 711601c..337ee51 100755 --- a/.bashrc.kuba +++ b/.bashrc.kuba @@ -22,6 +22,7 @@ alias dvim="GIT_WORK_TREE='/home/kuba' GIT_DIR='/home/kuba/.dotfiles.git/' vim" alias ls='ls --color=auto' +source_existing /usr/share/bash-completion/bash_completion # 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 # one types `git ` in the console).