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