fix utility documentation formatting

This commit is contained in:
Matt Hamilton 2015-12-16 17:51:11 -05:00
parent 74abfe00a8
commit d00cfeec71
1 changed files with 10 additions and 10 deletions

View File

@ -8,16 +8,16 @@ Aliases
### General ### General
| alias | command | | alias | command |
| ----- | ------- | | ----- | ------- |
| `chmod` | `chmod --preserve-root -v` | | `chmod` | `chmod --preserve-root -v` |
| `chown` | `chown --preserve-root -v` | | `chown` | `chown --preserve-root -v` |
| `df` | `df -kh` | | `df` | `df -kh` |
| `du` | `du -kh` | | `du` | `du -kh` |
### ls ### ls
| alias | command | | alias | command |
| ----- | ------- | | ----- | ------- |
| `ls` | `ls --group-directories-first --color=auto` | | `ls` | `ls --group-directories-first --color=auto` |
| `l` | `ls -lAh` | | `l` | `ls -lAh` |