2024-01-17 11:42:38 +00:00
|
|
|
{
|
|
|
|
programs.atuin = {
|
|
|
|
enable = true;
|
2024-08-25 15:02:35 +00:00
|
|
|
flags = [ "--disable-up-arrow" ];
|
2024-02-07 02:10:16 +00:00
|
|
|
settings = {
|
|
|
|
style = "compact";
|
2024-02-07 02:15:53 +00:00
|
|
|
show_help = false;
|
|
|
|
update_check = false;
|
2024-02-07 02:10:16 +00:00
|
|
|
|
|
|
|
stats = {
|
|
|
|
common_subcommands =
|
2024-08-25 15:02:35 +00:00
|
|
|
[
|
|
|
|
"nix"
|
|
|
|
"nom"
|
|
|
|
"nh"
|
|
|
|
"podman"
|
|
|
|
"docker"
|
|
|
|
"atuin"
|
|
|
|
"hugo"
|
|
|
|
"adb"
|
|
|
|
]
|
2024-02-07 02:10:16 +00:00
|
|
|
# default
|
2024-08-25 15:02:35 +00:00
|
|
|
++ [
|
|
|
|
"cargo"
|
|
|
|
"go"
|
|
|
|
"git"
|
|
|
|
"npm"
|
|
|
|
"yarn"
|
|
|
|
"pnpm"
|
|
|
|
"kubectl"
|
|
|
|
];
|
2024-02-07 02:10:16 +00:00
|
|
|
};
|
|
|
|
};
|
2024-01-17 11:42:38 +00:00
|
|
|
};
|
|
|
|
}
|