aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-debian-dev/bootstrap/bash-profile
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
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')
-rw-r--r--docker/crupest-debian-dev/bootstrap/bash-profile/bash-completion.bash4
-rw-r--r--docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash2
-rw-r--r--docker/crupest-debian-dev/bootstrap/bash-profile/dquilt.bash4
3 files changed, 0 insertions, 10 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
-
diff --git a/docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash b/docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash
deleted file mode 100644
index 255c280..0000000
--- a/docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash
+++ /dev/null
@@ -1,2 +0,0 @@
-mkdir -p ~/.local/share/code-server
-/bootstrap/start/code-server.bash > ~/.local/share/code-server/log 2> ~/.local/share/code-server/error &
diff --git a/docker/crupest-debian-dev/bootstrap/bash-profile/dquilt.bash b/docker/crupest-debian-dev/bootstrap/bash-profile/dquilt.bash
deleted file mode 100644
index 96a4eb2..0000000
--- a/docker/crupest-debian-dev/bootstrap/bash-profile/dquilt.bash
+++ /dev/null
@@ -1,4 +0,0 @@
-alias dquilt="quilt --quiltrc=${HOME}/.quiltrc-dpkg"
-. /usr/share/bash-completion/completions/quilt
-complete -F _quilt_completion $_quilt_complete_opt dquilt
-