From d4b0bb738205a372b240704bc308beeca7b3de4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Let?= Date: Mon, 30 Jan 2023 21:50:58 +0100 Subject: [PATCH] Update troubleshooting.md --- troubleshooting.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/troubleshooting.md b/troubleshooting.md index f85f456..cad4e5c 100644 --- a/troubleshooting.md +++ b/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