From: Jannik ZANDER Date: Thu, 12 Jul 2018 14:15:24 +0000 (+0200) Subject: Fix completion X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=90fcd36069fc4da3f7b50ecb2e91d600b61ca7e5;p=dotfiles.git Fix completion --- diff --git a/.bash_completion b/.bash_completion index 8015085..4c0ee7a 100644 --- a/.bash_completion +++ b/.bash_completion @@ -1,5 +1,3 @@ -[ -f /etc/bash_completion ] && . /etc/bash_completion - # Add tab completion for `githome` by marking it as an alias for `git` _completion_loader git if type _git &>/dev/null; then