feat(shell): exclude specific directories from zoxide.
This commit is contained in:
parent
a539ae2ee0
commit
35b9016d23
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
_ZO_EXCLUDE_DIRS = "$HOME:$HOME/docs/share:/mnt/share";
|
||||
_ZO_EXCLUDE_DIRS = "$HOME:$HOME/docs/share:/mnt";
|
||||
};
|
||||
|
||||
# Install eza
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue