Files
systemd/profile.d
Frantisek Sumsal 9e1e2bcedc profile: bail out early if promptvars is disabled
We need promptvars, otherwise the prompt strings won't undergo parameter
expansion and we'd print them literally:

$ shopt -u promptvars
$ echo foo
$(__systemd_osc_context_ps0)foo

Resolves: #40620
(cherry picked from commit 7d1b6b7b96)
2026-05-22 13:57:30 +01:00
..