aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/at (unfollow)
Commit message (Collapse)Author
2024-10-18fix(modules/atuin): Avoid setting `common_subcommands`Benedikt Peetz
This list already contained nix, and it should be better to follow upstreams changes here, instead of hardcoding it.
2024-10-18fix(modules/atuin/secrets): Make encryption key shorterBenedikt Peetz
This might allow `atuin` to parse this key.
2024-10-18fix(modules/atuin): Don't try to save space at all costsBenedikt Peetz
`atuin` really breaks with these settings. Thus, it's better to allow it to take up more space.
2024-10-18fix(modules/atuin/secrets): Improve secret key formattingBenedikt Peetz
The current formatting does not work with atuin.
2024-10-18feat(modules/atuin): InitBenedikt Peetz