mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
small changes
This commit is contained in:
parent
a3c3c91699
commit
ec0d7e2216
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,7 @@ in
|
|||
];
|
||||
settings = {
|
||||
auto_sync = true;
|
||||
keymap_mode = "vim-normal";
|
||||
sync_frequency = "20m";
|
||||
sync_address = if (hostname == "Alaska") then "http://127.0.0.1:8910"
|
||||
else "https://atuin.nickiel.net";
|
||||
|
@ -22,6 +23,9 @@ in
|
|||
show_help = true;
|
||||
exit_mode = "return-query";
|
||||
secrets_filter = true;
|
||||
history_filter = [
|
||||
"^atuin account login"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue