Fix example of setting record command in cfg file in FAQ

This commit is contained in:
Marcin Kulik 2016-11-07 13:34:02 +01:00
parent 0a55e6d6c5
commit 65d1272279

View File

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