Skip to content

Commit 764b9a3

Browse files
committed
[fix] default config
1 parent 4cd8ff9 commit 764b9a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terrun.starter.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ commands:
44
children:
55
j:
66
name: Chrome
7-
command: open -a Google\ Chrome.app
7+
command: open -a Google\\ Chrome.app
88
t:
99
name: Telegram
1010
command: open -a telegram
@@ -16,7 +16,7 @@ commands:
1616
command: open -a slack
1717
d:
1818
name: VSCode
19-
command: open -a Visual\ Studio\ Code.app
19+
command: open -a Visual\\ Studio\\ Code.app
2020

2121
# todo(user): customize it
2222
# f:

0 commit comments

Comments
 (0)