aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/bootstrap/bash-profile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/debian-dev/bootstrap/bash-profile')
-rw-r--r--[-rwxr-xr-x]docker/debian-dev/bootstrap/bash-profile/bash-completion.bash0
-rw-r--r--docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash2
-rw-r--r--[-rwxr-xr-x]docker/debian-dev/bootstrap/bash-profile/dquilt.bash1
3 files changed, 3 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
index 75f8333..75f8333 100755..100644
--- a/docker/debian-dev/bootstrap/bash-profile/bash-completion.bash
+++ b/docker/debian-dev/bootstrap/bash-profile/bash-completion.bash
diff --git a/docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash b/docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash
new file mode 100644
index 0000000..46debeb
--- /dev/null
+++ b/docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash
@@ -0,0 +1,2 @@
+alias cp-no-git="rsync --exclude='.git'"
+
diff --git a/docker/debian-dev/bootstrap/bash-profile/dquilt.bash b/docker/debian-dev/bootstrap/bash-profile/dquilt.bash
index a0a469b..96a4eb2 100755..100644
--- a/docker/debian-dev/bootstrap/bash-profile/dquilt.bash
+++ b/docker/debian-dev/bootstrap/bash-profile/dquilt.bash
@@ -1,3 +1,4 @@
alias dquilt="quilt --quiltrc=${HOME}/.quiltrc-dpkg"
. /usr/share/bash-completion/completions/quilt
complete -F _quilt_completion $_quilt_complete_opt dquilt
+