From 3b6a919e724c10fb94bbf879b0de4655053cdcbf Mon Sep 17 00:00:00 2001 From: Felipe Date: Mon, 28 Jul 2025 10:21:29 -0300 Subject: [PATCH] fix(install): clarify `chsh` timings (#75) --- Installing-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 00f095f..e53211e 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -30,7 +30,7 @@ If necessary, follow these steps to install Zsh: - Note that this will not work if Zsh is not in your authorized shells list (`/etc/shells`) or if you don't have permission to use `chsh`. If that's the case [you'll need to use a different procedure](https://www.google.com/search?q=zsh+default+without+chsh). - - If you run just `chsh` you need to type `/bin/zsh` to make it your default shell. + - The new shell will only take place after you restart your computer - or run `/bin/zsh`. 4. Log out and log back in again to use your new default shell.