This commit is contained in:
2018-07-16 21:22:48 +02:00
commit 21427254e0
51 changed files with 3535 additions and 0 deletions

3
.zsh/functions/07_felix Normal file
View File

@@ -0,0 +1,3 @@
function cpstat() {
rsync -ah --progress "$1" "$2"
}