atuin: enable daemon
This commit is contained in:
parent
27aadbf024
commit
f6bd2b892e
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@
|
||||||
|
|
||||||
enableBashIntegration = false;
|
enableBashIntegration = false;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = false;
|
||||||
|
|
||||||
|
daemon = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
auto_sync = true;
|
auto_sync = true;
|
||||||
|
|
Loading…
Reference in a new issue