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:
parent
4deca09953
commit
8992ba0420
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue