Added alias for cd

ragul balaji ravichandran 2017-04-18 21:50:45 +05:30
parent 4d93f248a0
commit d7b2594e79

@ -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 |