Inherit profile script title properly
This commit is contained in:
parent
f0fef82fa1
commit
cf717d7a50
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ begin
|
|||
set -l file (mktemp)
|
||||
|
||||
if [ -z "$title" ]
|
||||
set -l title "$name"
|
||||
set title "$name"
|
||||
end
|
||||
|
||||
if [ -z "$content" ]
|
||||
|
|
Loading…
Reference in a new issue