mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
A smarter cd command. Supports all major shells. https://github.com/ajeetdsouza/zoxide.git Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
394 B
Plaintext
12 lines
394 B
Plaintext
config BR2_PACKAGE_ZOXIDE
|
|
bool "zoxide"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_RUSTC
|
|
help
|
|
zoxide is a smarter cd command, inspired by z and autojump.
|
|
It remembers which directories you use most frequently, so
|
|
you can "jump" to them in just a few keystrokes.
|
|
zoxide works on all major shells.
|
|
|
|
https://github.com/ajeetdsouza/zoxide.git
|