From e269bd525fc94e7e0a393617141495d6c0a7935d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Let?= Date: Sun, 26 Feb 2023 12:25:05 +0100 Subject: [PATCH] Update troubleshooting.md --- troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/troubleshooting.md b/troubleshooting.md index ae7e6e6..60a45de 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -34,7 +34,7 @@ The format is JSON prefixed by version. Display it as json using: cat ~/.local/share/resh/history.reshjson | sed 's/^v[^{]*{/{/' | jq . ``` -You will need `jq` installed. +ℹ️ You will need `jq` installed. ## Configuration @@ -67,6 +67,6 @@ Update it using: `brew install bash` On macOS, bash shell does not load `~/.bashrc` because every shell runs as login shell. Fix it by running: `echo '[ -f ~/.bashrc ] && . ~/.bashrc' >> ~/.bash_profile` -## Github issues +## GitHub issues Problem persists? [Create an issue ⇗](https://github.com/curusarn/resh/issues)