-
Notifications
You must be signed in to change notification settings - Fork 232
/
Copy pathstart_directory.yaml
52 lines (52 loc) · 1.02 KB
/
start_directory.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
session_name: sampleconfig
start_directory: '/usr'
windows:
- window_name: supposed to be /usr/bin
window_index: 1
start_directory: /usr/bin
options:
main-pane-height: 50
panes:
- shell_command:
- echo "hey"
- shell_command:
- echo "moo"
- window_name: support to be /dev
window_index: 2
start_directory: /dev
panes:
- shell_command:
- echo hello
- shell_command:
- echo "hey"
- shell_command:
- echo "moo"
- window_name: cwd containing a space
window_index: 3
start_directory: {TEST_DIR}
panes:
- shell_command:
- echo hello
- shell_command:
- echo "hey"
- shell_command:
- echo "moo"
- window_name: testsa3
window_index: 4
panes:
- shell_command:
- echo hello
- shell_command:
- echo "hey"
- shell_command:
- echo "moo3"
- window_name: cwd relative to start_directory since no rel dir entered
window_index: 5
start_directory: ./
panes:
- shell_command:
- echo hello
- shell_command:
- echo "hey"
- shell_command:
- echo "moo3"