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 11{
2- "before_script" : " {MY_ENV_VAR}/test3.sh" ,
2+ "before_script" : " $ {MY_ENV_VAR}/test3.sh" ,
33 "windows" : [
44 {
55 "panes" : [
88 " tail -F /var/log/syslog"
99 ]
1010 }
11- ],
12- "start_directory" : " /var/log" ,
11+ ],
12+ "start_directory" : " /var/log" ,
1313 "window_name" : " editor"
14- },
14+ },
1515 {
1616 "panes" : [
1717 {
1818 "shell_command" : [
19- " htop" ,
19+ " htop" ,
2020 " ls $PWD"
2121 ]
2222 }
2323 ],
24- "window_name" : " logging for {USER}" ,
24+ "window_name" : " logging for {USER}" ,
2525 "automatic_rename" : true
2626 }
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})
55windows :
66- window_name : editor
77 panes :
88 - shell_command :
99 - tail -F /var/log/syslog
1010 start_directory : /var/log
11- - window_name : logging for {USER}
11+ - window_name : logging for $ {USER}
1212 automatic_rename : true
1313 panes :
1414 - shell_command :
You can’t perform that action at this time.
0 commit comments