prezto/modules/bd
2014-12-04 16:35:03 +01:00
..
external@73670e1f23 Add external module bd. 2014-12-04 16:35:03 +01:00
init.zsh Add external module bd. 2014-12-04 16:35:03 +01:00
Readme.md Add external module bd. 2014-12-04 16:35:03 +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

All credits go to @Tarrasch for the zsh implementation of bd!