Skip to content

Commit d8fc64c

Browse files
committed
use background execution (&) when starting WezTerm to allow the script to continue
1 parent 51f9f30 commit d8fc64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/media/lowfi/lowfi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ if pgrep -f "lowfi$" > /dev/null; then
5151
'
5252
else
5353
echo "Starting new lowfi instance"
54-
/Applications/WezTerm.app/Contents/MacOS/wezterm start -- lowfi
54+
/Applications/WezTerm.app/Contents/MacOS/wezterm start -- lowfi &
5555
fi

0 commit comments

Comments
 (0)