mirror of https://github.com/ohmyzsh/ohmyzsh.git
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.
parent
d51ffc206e
commit
004a744965
|
@ -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 ../../..` |
|
||||
|
|
Loading…
Reference in New Issue