diff options
author | crupest <crupest@outlook.com> | 2024-06-16 11:38:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-08-15 22:54:39 +0800 |
commit | 5d8f2558f25fe8a162dad16f8f9c85f6d0ed6915 (patch) | |
tree | 892f57189fc8e6c4360c154580d25363ca721634 /docker/crupest-debian-dev/bootstrap/bash-profile/bash-completion.bash | |
parent | d9835fec341426d952e2e8dc6c60db0f64be3b1f (diff) | |
download | crupest-5d8f2558f25fe8a162dad16f8f9c85f6d0ed6915.tar.gz crupest-5d8f2558f25fe8a162dad16f8f9c85f6d0ed6915.tar.bz2 crupest-5d8f2558f25fe8a162dad16f8f9c85f6d0ed6915.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.bash | 4 |
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 - |