diff options
Diffstat (limited to 'docker/debian-dev/bootstrap/bash-profile')
-rwxr-xr-x | docker/debian-dev/bootstrap/bash-profile/bash-completion.bash | 4 | ||||
-rwxr-xr-x | docker/debian-dev/bootstrap/bash-profile/dquilt.bash | 3 |
2 files changed, 7 insertions, 0 deletions
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 |