aboutsummaryrefslogtreecommitdiffstats
path: root/common/init (unfollow)
Commit message (Collapse)Author
2024-04-02feat(common/init): Add a shell script, that populates variablesBenedikt Peetz
The line editing can't really shell out to bash, as the default bash on NixOS is compiled without GNU `readline` support (you need `bashInterative` for `read -e` to work).