1
0
Fork 0
mirror of synced 2024-06-26 02:11:09 -04:00
zimfw/modules/utility/README.md

24 lines
370 B
Markdown
Raw Normal View History

2015-12-15 18:49:15 -05:00
Utility
=======
Adds utility aliases and functions.
Aliases
-------
### General
2015-12-16 17:51:11 -05:00
| alias | command |
| ----- | ------- |
| `chmod` | `chmod --preserve-root -v` |
| `chown` | `chown --preserve-root -v` |
| `df` | `df -kh` |
| `du` | `du -kh` |
2015-12-15 18:49:15 -05:00
### ls
2015-12-16 17:51:11 -05:00
| alias | command |
| ----- | ------- |
| `ls` | `ls --group-directories-first --color=auto` |
| `l` | `ls -lAh` |