about summary refs log tree commit diff stats
path: root/common/shell_line_editor.sh (follow)
Commit message (Collapse)AuthorAge
* refactor(common/): Remove the `files` subdirectoryBenedikt Peetz2024-06-11
|
* refactor(common): Move all data files to `./common/files`Benedikt Peetz2024-04-02
|
* chore(treewide): Update and format filesBenedikt Peetz2024-04-02
|
* feat(common/init): Add a shell script, that populates variablesBenedikt Peetz2024-04-02
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).