Updates to atuin
This commit is contained in:
parent
bdfac22e1f
commit
1974bf21e3
1 changed files with 5 additions and 1 deletions
|
@ -7,12 +7,16 @@
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
auto_sync = true;
|
auto_sync = true;
|
||||||
sync_frequency = "0";
|
sync_frequency = "10s";
|
||||||
sync_address = "https://atuin.sysctl.io";
|
sync_address = "https://atuin.sysctl.io";
|
||||||
search_mode = "fuzzy";
|
search_mode = "fuzzy";
|
||||||
search_mode_shell_up_key_binding = "fuzzy";
|
search_mode_shell_up_key_binding = "fuzzy";
|
||||||
secrets_filter = true;
|
secrets_filter = true;
|
||||||
key_path = config.sops.secrets.atuin_key.path;
|
key_path = config.sops.secrets.atuin_key.path;
|
||||||
|
filter_mode = "global";
|
||||||
|
workspaces = true;
|
||||||
|
inline_height = "50";
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue