feat(ymir): exclude specific dirs from zoxide.

This commit is contained in:
CronyAkatsuki 2025-05-21 16:21:10 +02:00
parent 24ead90daf
commit d852017580

View file

@ -65,6 +65,10 @@
enableZshIntegration = true; enableZshIntegration = true;
}; };
home.sessionVariables = {
_ZO_EXCLUDE_DIRS = "$HOME:$HOME/docs/share:/mnt/share";
};
# Install eza # Install eza
programs.eza = { programs.eza = {
enable = true; enable = true;