Skip to content

Commit

Permalink
Update troubleshooting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
curusarn authored Feb 26, 2023
1 parent 856da7e commit e269bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)

0 comments on commit e269bd5

Please sign in to comment.