You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #260
You can take a look at my PR #980 (added zoxide cli flag -e or --exact for exact match)
I don't have much experience, I don't really know why the tests fail or how I can integrate shell aliases, for now you can probably do bandaid solution like:
ze() {
cd"$(zoxide query -e $@)"
}
On your .bashrc or similar
edit: You probably can take a look at the defaults for a shell and adjust it, for me I use fish and I just pretty much copied most of it
I have 2 directories:
If I type in
rust
it goes toprust
because it has more score. I'd like it to go torust
because it's the exact mach.weirdly enough, if I type
rust/
it goes toprust/mailbox
cc: #876
The text was updated successfully, but these errors were encountered: