File tree 2 files changed +10
-2
lines changed 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,10 @@ Load ``myconfig.yaml``.
82
82
- pwd
83
83
- pwd
84
84
85
+ .. code-block :: bash
86
+
87
+ $ tmuxp load test.yaml
88
+
85
89
or ``~/.tmuxp/test.json ``:
86
90
87
91
.. code-block :: json
@@ -101,7 +105,7 @@ or ``~/.tmuxp/test.json``:
101
105
102
106
.. code-block :: bash
103
107
104
- $ tmuxp load test.yaml
108
+ $ tmuxp load test.json
105
109
106
110
See: `Examples `_
107
111
Original file line number Diff line number Diff line change @@ -52,6 +52,10 @@ To install ``tmuxp``:
52
52
- pwd
53
53
- pwd
54
54
55
+ .. code-block :: bash
56
+
57
+ $ tmuxp load test.yaml
58
+
55
59
or ``~/.tmuxp/test.json ``:
56
60
57
61
.. code-block :: json
@@ -71,7 +75,7 @@ or ``~/.tmuxp/test.json``:
71
75
72
76
.. code-block :: bash
73
77
74
- $ tmuxp test.yaml
78
+ $ tmuxp load test.json
75
79
76
80
Jump right in: See `Examples `_, `Quickstart `_ and `bash completion `_
77
81
support.
You can’t perform that action at this time.
0 commit comments