From d7b2594e791404a66fed41c7d0639b5585234022 Mon Sep 17 00:00:00 2001 From: ragul balaji ravichandran Date: Tue, 18 Apr 2017 21:50:45 +0530 Subject: [PATCH] Added alias for cd --- Cheatsheet.md | 1 + 1 file changed, 1 insertion(+) 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 |