Skip to content

Commit

Permalink
fix: remove zsh built-in from alias column (#49)
Browse files Browse the repository at this point in the history
Remove zsh built-in `cd` from Alias column
and move it to Command column instead,
following existing pattern for descriptions
used in table.
  • Loading branch information
keikoro authored Feb 15, 2024
1 parent d51ffc2 commit 004a744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../../..` |
Expand Down

0 comments on commit 004a744

Please sign in to comment.