fix: remove zsh built-in from alias column (#49)

Remove zsh built-in `cd` from Alias column
and move it to Command column instead,
following existing pattern for descriptions
used in table.
k 2024-02-15 22:58:31 +01:00 committed by GitHub
parent d51ffc206e
commit 004a744965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -27,7 +27,7 @@ Quick reference:
| :--------- | :----------------------------------------- |
| `md` | `mkdir -p` |
| `rd` | `rmdir` |
| `cd` / `~` | `cd` to your home directory |
| `~` | `cd` (change to home directory) |
| `..` | `cd ..` |
| `...` | `cd ../..` |
| `....` | `cd ../../..` |