aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-debian-dev/bootstrap/bash-profile/bash-completion.bash
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-06-16 11:38:17 +0800
committercrupest <crupest@outlook.com>2024-08-15 22:54:39 +0800
commit0af292e43cfaa04e38c79ed290cdb13b4dc097bb (patch)
tree892f57189fc8e6c4360c154580d25363ca721634 /docker/crupest-debian-dev/bootstrap/bash-profile/bash-completion.bash
parent786bf35a0848c92a7154515a408664ccbdf3022a (diff)
downloadcrupest-0af292e43cfaa04e38c79ed290cdb13b4dc097bb.tar.gz
crupest-0af292e43cfaa04e38c79ed290cdb13b4dc097bb.tar.bz2
crupest-0af292e43cfaa04e38c79ed290cdb13b4dc097bb.zip
feat(docker/debian-dev): distinguish bash profile and bashrc.
Diffstat (limited to 'docker/crupest-debian-dev/bootstrap/bash-profile/bash-completion.bash')
-rw-r--r--docker/crupest-debian-dev/bootstrap/bash-profile/bash-completion.bash4
1 files changed, 0 insertions, 4 deletions
diff --git a/docker/crupest-debian-dev/bootstrap/bash-profile/bash-completion.bash b/docker/crupest-debian-dev/bootstrap/bash-profile/bash-completion.bash
deleted file mode 100644
index 75f8333..0000000
--- a/docker/crupest-debian-dev/bootstrap/bash-profile/bash-completion.bash
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ -f /etc/bash_completion ]; then
- . /etc/bash_completion
-fi
-