mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
changed default search
This commit is contained in:
parent
66aacbee2f
commit
a0777382e6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in
|
||||||
sync_frequency = "20m";
|
sync_frequency = "20m";
|
||||||
sync_address = if (hostname == "Alaska") then "http://127.0.0.1:8910"
|
sync_address = if (hostname == "Alaska") then "http://127.0.0.1:8910"
|
||||||
else "https://atuin.nickiel.net";
|
else "https://atuin.nickiel.net";
|
||||||
filter_mode = "session"; #"global" | "host" | "session" | "directory"
|
filter_mode = "host"; #"global" | "host" | "session" | "directory"
|
||||||
inline_height = 10;
|
inline_height = 10;
|
||||||
show_preview = true;
|
show_preview = true;
|
||||||
show_help = true;
|
show_help = true;
|
||||||
|
|
Loading…
Reference in a new issue