Fix formatting of faq doc

This commit is contained in:
Marcin Kulik 2017-05-15 10:35:46 +02:00
parent 4cb2ff6750
commit 928a378b64

View File

@ -27,8 +27,10 @@ Worry not, you have several options. You can:
* record with `asciinema rec -c "/bin/bash -l"` or,
* add the following setting to your `$HOME/.config/asciinema/config` file:
[record]
command = /bin/bash -l
```
[record]
command = /bin/bash -l
```
## Why my shell prompt/theme isn't working during recording?