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

Alias less to less -FR

This commit is contained in:
RGBCube 2024-02-26 11:46:36 +03:00
parent 6e8a745125
commit fb9f4c7468
No known key found for this signature in database

View file

@ -37,8 +37,9 @@
mv = "mv --verbose";
rm = "rm --recursive --verbose";
less = "less -FR";
pstree = "pstree -g 2";
tree = "tree -CF --dirsfirst";
tree = "tree -CF --dirsfirst";
};
};
})