diff options
author | crupest <crupest@outlook.com> | 2023-11-01 20:58:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-01 20:58:53 +0800 |
commit | dfa50afcf0645fa697e304bdee3fbe5a78703420 (patch) | |
tree | 852ed0c1faaed080dba079953af18a1fa2eb77fc /docker/debian-dev/bootstrap/bash-profile-bash-completion.bash | |
parent | 1c5f4ef46d6b765eddabe584fad949bdf784b3c0 (diff) | |
download | crupest-dfa50afcf0645fa697e304bdee3fbe5a78703420.tar.gz crupest-dfa50afcf0645fa697e304bdee3fbe5a78703420.tar.bz2 crupest-dfa50afcf0645fa697e304bdee3fbe5a78703420.zip |
(docker:debian-dev) Add more setups(sbuild).
Diffstat (limited to 'docker/debian-dev/bootstrap/bash-profile-bash-completion.bash')
-rw-r--r-- | docker/debian-dev/bootstrap/bash-profile-bash-completion.bash | 4 |
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 + |