Skip to content

Commit

Permalink
Enable atuin daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
alapshin committed Dec 6, 2024
1 parent 5ef4f38 commit 290e273
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion users/alapshin/home/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
settings = {
style = "compact";
auto_sync = false;
update_check = false;
inline_height = 10;
update_check = false;
};
daemon = {
enable = true;
};
enableZshIntegration = true;
};
Expand Down Expand Up @@ -125,6 +128,7 @@
history = {
path = "$ZDOTDIR/.zsh_history";
extended = true;
ignoreAllDups = true;
expireDuplicatesFirst = true;
};

Expand Down

0 comments on commit 290e273

Please sign in to comment.