1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prezto/modules/bd
Eugen Kuksa a9cd696443
Add external module bd.
10 years ago
..
external@73670e1f23 Add external module bd. 10 years ago
Readme.md Add external module bd. 10 years ago
init.zsh Add external module bd. 10 years ago

Readme.md

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!