diff --git a/Cheatsheet.md b/Cheatsheet.md index 6f19ef1..e6e27d3 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -29,6 +29,7 @@ source ~/.oh-my-zsh/templates/zshrc.zsh-template | .... | cd ../../.. | | ..... | cd ../../../.. | | / | cd / | +| ~ | cd ~ | | _cd +n_ | switch to directory number `n` | | _1_ | cd - | | _2_ | cd +2 |