# bd Jump back to a specific directory, without doing `cd ../../..` This is simply [bd](https://github.com/Tarrasch/zsh-bd) ported to a prezto module. For further information, e.g. a usage animation, I refer to the [original repository](https://github.com/Tarrasch/zsh-bd). ## Usage ```zsh $ mkdir -p a/b/c/d $ cd a/b/c/d $ bd b $ ls c ``` ## Acknowledgements Thanks to [@Tarrasch](https://github.com/Tarrasch) for the zsh implementation of bd!