File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "before_script" : " {MY_ENV_VAR}/test3.sh" ,
2
+ "before_script" : " $ {MY_ENV_VAR}/test3.sh" ,
3
3
"windows" : [
4
4
{
5
5
"panes" : [
8
8
" tail -F /var/log/syslog"
9
9
]
10
10
}
11
- ],
12
- "start_directory" : " /var/log" ,
11
+ ],
12
+ "start_directory" : " /var/log" ,
13
13
"window_name" : " editor"
14
- },
14
+ },
15
15
{
16
16
"panes" : [
17
17
{
18
18
"shell_command" : [
19
- " htop" ,
19
+ " htop" ,
20
20
" ls $PWD"
21
21
]
22
22
}
23
23
],
24
- "window_name" : " logging for {USER}" ,
24
+ "window_name" : " logging for {USER}" ,
25
25
"automatic_rename" : true
26
26
}
27
- ],
28
- "shell_command_before" : " echo {PWD}" ,
29
- "start_directory" : " {PWD}/test" ,
30
- "session_name" : " session - {USER} ({MY_ENV_VAR})"
31
- }
27
+ ],
28
+ "shell_command_before" : " echo $ {PWD}" ,
29
+ "start_directory" : " $ {PWD}/test" ,
30
+ "session_name" : " session - $ {USER} ($ {MY_ENV_VAR})"
31
+ }
Original file line number Diff line number Diff line change 1
- start_directory : " {PWD}/test"
2
- shell_command_before : " echo {PWD}"
3
- before_script : " {MY_ENV_VAR}/test3.sh"
4
- session_name : session - {USER} ({MY_ENV_VAR})
1
+ start_directory : " $ {PWD}/test"
2
+ shell_command_before : " echo $ {PWD}"
3
+ before_script : " $ {MY_ENV_VAR}/test3.sh"
4
+ session_name : session - $ {USER} ($ {MY_ENV_VAR})
5
5
windows :
6
6
- window_name : editor
7
7
panes :
8
8
- shell_command :
9
9
- tail -F /var/log/syslog
10
10
start_directory : /var/log
11
- - window_name : logging for {USER}
11
+ - window_name : logging for $ {USER}
12
12
automatic_rename : true
13
13
panes :
14
14
- shell_command :
You can’t perform that action at this time.
0 commit comments