prezto/modules/bd
2014-12-01 20:09:00 +01:00
..
init.zsh Add module "bd". 2014-12-01 20:09:00 +01:00
Readme.md Add module "bd". 2014-12-01 20:09:00 +01:00

bd

Jump back to a specific directory, without doing cd ../../..

This is simply bd ported to a prezto module.

For further information, e.g. a usage animation, I refer to the original repository.

Usage

$ mkdir -p a/b/c/d
$ cd a/b/c/d
$ bd b
$ ls
c

Acknowledgements

Thanks to @Tarrasch for the zsh implementation of bd!