mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
Allows to preconfigure common commands so that they can be accessed by just pressing
the up arrow key or searched with ctrl+r.
Move the "setkmap" command (which was previously hardcoded into .bash_history) into
100-defaults.yaml, allowing it to be overridden.
Example config:
sysconfig:
bash_history:
100: "setkmap"
200: "reverse_ssh support.example.com 1234"
The Mapping / dict key is used for lexicographic reverse-ordering of the entries. Reverse-ordering
means the lowest key will show up first when pressing the up arrow key.
|
||
|---|---|---|
| .. | ||
| initcpio | ||
| iptables | ||
| modprobe.d | ||
| profile.d | ||
| skel | ||
| sysctl.d | ||
| systemd | ||
| X11/xinit | ||
| xdg/menus | ||
| fstab | ||
| hostname | ||
| issue | ||
| locale.conf | ||
| machine-id | ||
| nanorc | ||
| os-release | ||
| pacman-rolling.conf | ||
| pacman-snapshot.conf | ||
| vconsole.conf | ||