Skip to content

Commit 5df58cb

Browse files
committed
just: fix term recipe if session doesn't exist
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent bf4b66e commit 5df58cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ alias fmt := format
1616

1717
# Open a terminal with the qownnotes-api session
1818
[group('dev')]
19-
term: term-kill
19+
term:
20+
-just term-kill
2021
zellij --layout term.kdl attach {{ sessionName }} -c
2122

2223
# Kill the qownnotes-api session

0 commit comments

Comments
 (0)