Inherit profile script title properly

This commit is contained in:
Manuel Thalmann 2024-12-11 01:13:02 +01:00
parent f0fef82fa1
commit cf717d7a50

View file

@ -8,7 +8,7 @@ begin
set -l file (mktemp)
if [ -z "$title" ]
set -l title "$name"
set title "$name"
end
if [ -z "$content" ]