Update troubleshooting.md

pull/184/head
Šimon Let 3 years ago committed by GitHub
parent 7d29349562
commit d4b0bb7382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      troubleshooting.md

@ -59,11 +59,13 @@ Restart RESH daemon for the config change to take effect: `resh-daemon-restart`
### Using RESH in bash on macOS
It is recommended to use zsh on macOS.
MacOS comes with really old bash (`bash 3.2`).
Update it using: `brew install bash`
On macOS, bash shell does not load `~/.bashrc` because every shell runs as login shell.
Run `echo '[ -f ~/.bashrc ] && . ~/.bashrc' >> ~/.bash_profile`
Fix it by running: `echo '[ -f ~/.bashrc ] && . ~/.bashrc' >> ~/.bash_profile`
## Github issues

Loading…
Cancel
Save