Multiline Shell prompt and variable expansion
Posted: Wed Mar 02, 2022 7:09 pm
Code: Select all
Set var1 haha
Set var2 hehe
Prompt "*${var1}*N*${var2}"
I want to variables to be expanded also on second (or third, or fourth, or ...) line of the prompt.
Bug? Feature? Noone knows, specifications unknown.