small changes

This commit is contained in:
Nickiel12 2024-08-31 14:26:23 -07:00
parent a3c3c91699
commit ec0d7e2216

View file

@ -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"
];
};
};
}