Fixed bug with atuin daemon
This commit is contained in:
@@ -13,11 +13,12 @@
|
|||||||
};
|
};
|
||||||
atuin = {
|
atuin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
daemon.enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
enter_accept = false;
|
enter_accept = false;
|
||||||
filter_mode = "host";
|
filter_mode = "host";
|
||||||
filter_mode_shell_up_key_binding = "session";
|
filter_mode_shell_up_key_binding = "session";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
zsh = {
|
zsh = {
|
||||||
|
|||||||
Reference in New Issue
Block a user