···140140141141 typst watch "$input_file" "$output_file" & # Watch and compile Typst file
142142 sleep 1 # Give Typst some time to generate the PDF
143143- zathura "$output_file" # Open the generated PDF
143143+ open "$output_file" # Open the generated PDF
144144 '';
145145 };
146146 };