aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-11-01 20:58:53 +0800
committercrupest <crupest@outlook.com>2023-11-13 13:47:29 +0800
commit723a49b058afbcb71b40547700ec2eded562ea0b (patch)
treec1fe9da21946bff55aad42d37b5a954fc3e10309 /docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash
parentcd61e16bff2f194a7a25646debc90408d3933da4 (diff)
downloadcrupest-723a49b058afbcb71b40547700ec2eded562ea0b.tar.gz
crupest-723a49b058afbcb71b40547700ec2eded562ea0b.tar.bz2
crupest-723a49b058afbcb71b40547700ec2eded562ea0b.zip
(docker:debian-dev) fix bugs and add cp-no-git.
Diffstat (limited to 'docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash')
-rw-r--r--docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash2
1 files changed, 2 insertions, 0 deletions
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'"
+