From 0fd68c01786bb4dcfe27ea11dd5052a88495881f Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 5 Aug 2007 01:48:51 +0100 Subject: [PATCH] Activate tab completion for git commands by default We know that we run bash, so there is really no reason not to activate the completions. Signed-off-by: Johannes Schindelin --- etc/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile b/etc/profile index bb9e922b..1a39b810 100644 --- a/etc/profile +++ b/etc/profile @@ -101,3 +101,4 @@ Have fun! EOF } +. /git/contrib/completion/git-completion.bash -- 2.11.4.GIT