ajeetdsouza/zoxide

Help with excluding dirs

Closed this issue · 2 comments

export _ZO_EXCLUDE_DIRS="/Applications/**:**/node_modules/**"

I have set before eval "$(zoxide init zsh --cmd cd --hook pwd)"

but when i do the following:
image

I assume im passing in globs wrong? I've tried a few different variations to no avail

TLDR: I want to exclude /Applications and everything under it

If i manually try to remove:
image

but if i remove it using the edit command, it seems to go away, but would like it to never add it to database again?

Nevermind, after deleting it from db with edit command and navigating to that directory, it doesnt add it to db