Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 465 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 465 Bytes

bdf.fish

A fish plugin to cd to the upper directories faster using fzf

Inspired by fish-bd and enhancd

fisher install ryoppippi/bdf.fish

Config

Set your favorite selector and ls-alternative commands. Here is the default config.

set -x BDF_SELECTOR "fzf"
set -x BDF_LS "lsd -A"

Authors

License

MIT