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

Make shell aliases better

This commit is contained in:
RGBCube 2023-12-13 13:50:22 +03:00
parent aa40d41eb6
commit 80ec405f9e
No known key found for this signature in database

View file

@ -26,8 +26,12 @@
lla = "ls --long --all";
sl = "ls";
cp = "cp --verbose --progress";
mk = "mkdir";
mv = "mv --verbose";
pstree = "pstree -g 2";
tree = "tree -C";
tree = "tree -CF --dirsfirst";
};
};
})