From bfc3c615c56d9ae716871608114773597055779b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Let?= Date: Tue, 11 Apr 2023 15:56:30 +0200 Subject: [PATCH] Update troubleshooting.md --- troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting.md b/troubleshooting.md index 60a45de..d3ce1fc 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -28,7 +28,7 @@ Your RESH history is saved in one of: - `~/.local/share/resh/history.reshjson` - `$XDG_DATA_HOME/resh/history.reshjson` -The format is JSON prefixed by version. Display it as json using: +Each line is one JSON record prefixed by version. Display it as JSON using: ```sh cat ~/.local/share/resh/history.reshjson | sed 's/^v[^{]*{/{/' | jq .