mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Always --recursive when deleting and copying
This commit is contained in:
parent
4deca09953
commit
8992ba0420
1 changed files with 2 additions and 1 deletions
|
@ -26,9 +26,10 @@
|
||||||
lla = "ls --long --all";
|
lla = "ls --long --all";
|
||||||
sl = "ls";
|
sl = "ls";
|
||||||
|
|
||||||
cp = "cp --verbose --progress";
|
cp = "cp --recursive --verbose --progress";
|
||||||
mk = "mkdir";
|
mk = "mkdir";
|
||||||
mv = "mv --verbose";
|
mv = "mv --verbose";
|
||||||
|
rm = "rm --recursive --verbose";
|
||||||
|
|
||||||
pstree = "pstree -g 2";
|
pstree = "pstree -g 2";
|
||||||
tree = "tree -CF --dirsfirst";
|
tree = "tree -CF --dirsfirst";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue