From a843042589e2c0f91d1ca7aa44fda7146d5adbaa Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Tue, 7 Jun 2022 00:37:35 +0200 Subject: [PATCH] Add bash-completion for linux --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index c1bea5e..6eda94e 100644 --- a/.bashrc +++ b/.bashrc @@ -11,6 +11,8 @@ export BASH_SILENCE_DEPRECATION_WARNING=1 [ -s /usr/share/bash-completion/completions/git ] && . /usr/share/bash-completion/completions/git which brew &>/dev/null && [ -s $(brew --prefix)/etc/bash_completion ] && . $(brew --prefix)/etc/bash_completion +[ -s /etc/bash_completion ] && . /etc/bash_completion + # debian, ubuntu and so on GIT_PROMPT_SH=/usr/lib/git-core/git-sh-prompt