mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-13 16:47:21 +02:00
Added alias for cd
@ -29,6 +29,7 @@ source ~/.oh-my-zsh/templates/zshrc.zsh-template
|
|||||||
| .... | cd ../../.. |
|
| .... | cd ../../.. |
|
||||||
| ..... | cd ../../../.. |
|
| ..... | cd ../../../.. |
|
||||||
| / | cd / |
|
| / | cd / |
|
||||||
|
| ~ | cd ~ |
|
||||||
| _cd +n_ | switch to directory number `n` |
|
| _cd +n_ | switch to directory number `n` |
|
||||||
| _1_ | cd - |
|
| _1_ | cd - |
|
||||||
| _2_ | cd +2 |
|
| _2_ | cd +2 |
|
||||||
|
Reference in New Issue
Block a user