mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Swap TERM and SHELL in v2 file format example
This commit is contained in:
committed by
Marcin Kulik
parent
52a33b764b
commit
35afc04387
@@ -71,8 +71,8 @@ Example env:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
"env": {
|
"env": {
|
||||||
"SHELL": "xterm-256color",
|
"SHELL": "/bin/bash",
|
||||||
"TERM": "/bin/bash"
|
"TERM": "xterm-256color"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user