home/atuin: configure stats
This commit is contained in:
parent
b138b7e8e8
commit
9ef67cc4be
1 changed files with 15 additions and 1 deletions
|
@ -2,6 +2,20 @@
|
||||||
programs.atuin = {
|
programs.atuin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
flags = ["--disable-up-arrow"];
|
flags = ["--disable-up-arrow"];
|
||||||
settings.style = "compact";
|
settings = {
|
||||||
|
style = "compact";
|
||||||
|
|
||||||
|
stats = {
|
||||||
|
common_subcommands =
|
||||||
|
["nix" "nom" "nh" "podman" "docker" "atuin" "hugo" "adb"]
|
||||||
|
# default
|
||||||
|
++ ["cargo" "go" "git" "npm" "yarn" "pnpm" "kubectl"];
|
||||||
|
|
||||||
|
common_prefix =
|
||||||
|
["env"]
|
||||||
|
# default
|
||||||
|
++ ["sudo"];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue