We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fea176 commit 78707ecCopy full SHA for 78707ec
.devcontainer/features/bash-config/config/bash-config-rc
@@ -37,3 +37,10 @@ __bash_prompt() {
37
}
38
__bash_prompt
39
export PROMPT_DIRTRIM=4
40
+
41
+# enable bash completion for git
42
+if [[ -f /usr/share/bash-completion/completions/git ]]; then
43
+ source /usr/share/bash-completion/completions/git
44
+elif [[ -f /etc/bash_completion.d/git ]]; then
45
+ source /etc/bash_completion.d/git
46
+fi
0 commit comments