Skip to content

Commit b3c2694

Browse files
committed
[fix] defaults yaml
1 parent ae13a66 commit b3c2694

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/features/configure/defaults.dart

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final defaultsYaml=r'''commands:
3333
3434
# hooks:
3535
# preRun:
36-
# #this emits the shortcut to hide the terminal window
37-
# - say 'good job $USER'
38-
# - command: osascript -e 'tell application "System Events" to key code 24 using {shift down, control down}'
36+
# - command: osascript -e tell application System Events to key code 24 using {shift down, control down}
37+
# postRun:
38+
# - command: say \'good job $USER\'
3939
''';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: terrun
22
description: terrun - efficient terminal runner
3-
version: 0.0.10
3+
version: 0.0.11
44
repository: https://github.com/mikeborodin/menusc
55

66
environment:

terrun.starter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ commands:
3333
# preRun:
3434
# - command: osascript -e tell application System Events to key code 24 using {shift down, control down}
3535
# postRun:
36-
# - command: say 'good job $USER'
36+
# - command: say \'good job $USER\'

0 commit comments

Comments
 (0)