feat(ymir): exclude specific dirs from zoxide.
This commit is contained in:
parent
24ead90daf
commit
d852017580
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue