1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Always --recursive when deleting and copying

This commit is contained in:
RGBCube 2023-12-26 12:02:07 +03:00
parent 4deca09953
commit 8992ba0420
No known key found for this signature in database

View file

@ -26,9 +26,10 @@
lla = "ls --long --all";
sl = "ls";
cp = "cp --verbose --progress";
cp = "cp --recursive --verbose --progress";
mk = "mkdir";
mv = "mv --verbose";
rm = "rm --recursive --verbose";
pstree = "pstree -g 2";
tree = "tree -CF --dirsfirst";