mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
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.
@@ -27,7 +27,7 @@ Quick reference:
|
|||||||
| :--------- | :----------------------------------------- |
|
| :--------- | :----------------------------------------- |
|
||||||
| `md` | `mkdir -p` |
|
| `md` | `mkdir -p` |
|
||||||
| `rd` | `rmdir` |
|
| `rd` | `rmdir` |
|
||||||
| `cd` / `~` | `cd` to your home directory |
|
| `~` | `cd` (change to home directory) |
|
||||||
| `..` | `cd ..` |
|
| `..` | `cd ..` |
|
||||||
| `...` | `cd ../..` |
|
| `...` | `cd ../..` |
|
||||||
| `....` | `cd ../../..` |
|
| `....` | `cd ../../..` |
|
||||||
|
|||||||
Reference in New Issue
Block a user