diff options
author | crupest <crupest@outlook.com> | 2023-11-01 20:58:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-13 13:47:29 +0800 |
commit | 13a4e7efa58b2240c0bb39c19e5551d80c4b1112 (patch) | |
tree | f31f72947b053eb252e73cc9403bfccbbc11333d /docker/debian-dev/bootstrap/bash-profile-bash-completion.bash | |
parent | 2a81b3061fdbc62dcab482cba0fd8f870652e55c (diff) | |
download | crupest-13a4e7efa58b2240c0bb39c19e5551d80c4b1112.tar.gz crupest-13a4e7efa58b2240c0bb39c19e5551d80c4b1112.tar.bz2 crupest-13a4e7efa58b2240c0bb39c19e5551d80c4b1112.zip |
(docker:debian-dev) add dquilt.
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, 0 insertions, 4 deletions
diff --git a/docker/debian-dev/bootstrap/bash-profile-bash-completion.bash b/docker/debian-dev/bootstrap/bash-profile-bash-completion.bash deleted file mode 100644 index 75f8333..0000000 --- a/docker/debian-dev/bootstrap/bash-profile-bash-completion.bash +++ /dev/null @@ -1,4 +0,0 @@ -if [ -f /etc/bash_completion ]; then - . /etc/bash_completion -fi - |