diff --git a/preview b/preview index 758a11d..553a1f0 100755 --- a/preview +++ b/preview @@ -6,4 +6,4 @@ start="TypoML Preview$style" end="" output="$start$input$end" echo "$output" > /tmp/preview.html -xdg-open /tmp/preview.html +nohup xdg-open /tmp/preview.html &