mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-04 22:41:11 +00:00
exclude keybase from zoxide
This commit is contained in:
parent
b8337f1295
commit
3684ce4b39
@ -35,5 +35,9 @@ in
|
||||
".rgignore".text = ignorePatterns;
|
||||
".fdignore".text = ignorePatterns;
|
||||
};
|
||||
# Ignore in zoxide
|
||||
home.sessionVariables = {
|
||||
_ZO_EXCLUDE_DIRS = "$HOME/keybase/*";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user