ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
https://crates.io/crates/zoxide
MIT License
23.13k stars 555 forks source link

Add config file support, e.g. ~/.config/zoxide/config.json #935

Closed milnak closed 1 week ago

milnak commented 2 weeks ago

Not a fan of cluttering up environment variables for configuration.

Can you add config file support for these environment variables:

ajeetdsouza commented 1 week ago

Sorry, this is not a planned feature. This was discussed in a previous issue, the consensus was that it's overkill for a cd command to have to check both a config file and env variables before starting up.