Update troubleshooting.md

pull/184/head
Šimon Let 3 years ago committed by GitHub
parent 856da7eaca
commit e269bd525f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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)

Loading…
Cancel
Save