aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/bootstrap/bash-profile
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
commite0ed5715c9548f8758f0bd92b134f08614574188 (patch)
treeea0e43cdd691ec1155e660dca58189751a2cdc3c /docker/debian-dev/bootstrap/bash-profile
parentbb3b7ef4770a3a752cd71fb970af423f56502577 (diff)
downloadcrupest-e0ed5715c9548f8758f0bd92b134f08614574188.tar.gz
crupest-e0ed5715c9548f8758f0bd92b134f08614574188.tar.bz2
crupest-e0ed5715c9548f8758f0bd92b134f08614574188.zip
(docker:debian-dev) better cp-no-git.
Diffstat (limited to 'docker/debian-dev/bootstrap/bash-profile')
-rw-r--r--docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash2
1 files changed, 1 insertions, 1 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
index 46debeb..bb4d346 100644
--- a/docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash
+++ b/docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash
@@ -1,2 +1,2 @@
-alias cp-no-git="rsync --exclude='.git'"
+alias cp-no-git="rsync -a --exclude='.git'"