mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 06:50:13 +00:00
exclude keybase from zoxide
This commit is contained in:
@ -35,5 +35,9 @@ in
|
||||
".rgignore".text = ignorePatterns;
|
||||
".fdignore".text = ignorePatterns;
|
||||
};
|
||||
# Ignore in zoxide
|
||||
home.sessionVariables = {
|
||||
_ZO_EXCLUDE_DIRS = "$HOME/keybase/*";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user