diff --git a/Cheatsheet.md b/Cheatsheet.md index 875cc63..06e7d7a 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -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 ../../..` |