mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +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
|
||||
"env": {
|
||||
"SHELL": "xterm-256color",
|
||||
"TERM": "/bin/bash"
|
||||
"SHELL": "/bin/bash",
|
||||
"TERM": "xterm-256color"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user