Commit Graph
3 Commits
Author SHA1 Message Date
xavier df189f9ec1 style: Normalize variable expansions to ${var} across the repo
Replace bare $var with ${var} everywhere it was still used, matching
the convention already established in rc.d/prompt and rc.d/history.
Positional parameters ($1, $@, $#) and special variables ($?, $$, $-)
are left as-is, consistent with existing usage in _helpers.bash.

rc.d/broot is auto-generated by the broot binary and will likely be
overwritten with its original formatting on the next broot update.
2026-08-22 00:55:39 +02:00
Xavier Logerais 439073ef0f Modified rc.d/startx 2018-03-01 12:07:53 +01:00
xavier 609f5cd7ee Added script in rc.d to auto launch startx on tty{1,2,3} 2017-05-18 11:53:30 +02:00