aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/bootstrap/bash-profile-bash-completion.bash
diff options
context:
space:
mode:
Diffstat (limited to 'docker/debian-dev/bootstrap/bash-profile-bash-completion.bash')
-rw-r--r--docker/debian-dev/bootstrap/bash-profile-bash-completion.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/debian-dev/bootstrap/bash-profile-bash-completion.bash b/docker/debian-dev/bootstrap/bash-profile-bash-completion.bash
new file mode 100644
index 0000000..75f8333
--- /dev/null
+++ b/docker/debian-dev/bootstrap/bash-profile-bash-completion.bash
@@ -0,0 +1,4 @@
+if [ -f /etc/bash_completion ]; then
+ . /etc/bash_completion
+fi
+