From 90fcd36069fc4da3f7b50ecb2e91d600b61ca7e5 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Thu, 12 Jul 2018 16:15:24 +0200 Subject: [PATCH] Fix completion --- .bash_completion | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.43.0