From 47a626b854f4125dd9e3fbb7f222398668a50267 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 1 Nov 2023 20:58:53 +0800 Subject: (docker:debian-dev) add dquilt. --- docker/debian-dev/bootstrap/bash-profile/bash-completion.bash | 4 ++++ docker/debian-dev/bootstrap/bash-profile/dquilt.bash | 3 +++ 2 files changed, 7 insertions(+) create mode 100755 docker/debian-dev/bootstrap/bash-profile/bash-completion.bash create mode 100755 docker/debian-dev/bootstrap/bash-profile/dquilt.bash (limited to 'docker/debian-dev/bootstrap/bash-profile') 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 100755 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 + diff --git a/docker/debian-dev/bootstrap/bash-profile/dquilt.bash b/docker/debian-dev/bootstrap/bash-profile/dquilt.bash new file mode 100755 index 0000000..a0a469b --- /dev/null +++ b/docker/debian-dev/bootstrap/bash-profile/dquilt.bash @@ -0,0 +1,3 @@ +alias dquilt="quilt --quiltrc=${HOME}/.quiltrc-dpkg" +. /usr/share/bash-completion/completions/quilt +complete -F _quilt_completion $_quilt_complete_opt dquilt -- cgit v1.2.3