How to ignore specific set of dirs? #898
Unanswered
niksingh710
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use nix and there i have a mount
/persistent
that contains a similar copy to my home dir.now if i do
cd .config
it becomes hard to predict that i am inside/home/
one orpersistent
onewhat i want is that i can add
/persistent
to a ignore type array that will force zoxide to only go inpersistent
dir when i give full path.Beta Was this translation helpful? Give feedback.
All reactions