feat(shell): exclude specific directories from zoxide.

This commit is contained in:
CronyAkatsuki 2025-05-31 18:06:46 +02:00
parent a539ae2ee0
commit 35b9016d23

View file

@ -66,7 +66,7 @@
}; };
home.sessionVariables = { home.sessionVariables = {
_ZO_EXCLUDE_DIRS = "$HOME:$HOME/docs/share:/mnt/share"; _ZO_EXCLUDE_DIRS = "$HOME:$HOME/docs/share:/mnt";
}; };
# Install eza # Install eza