1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00

fix(install): clarify chsh timings (#75)

Felipe
2025-07-28 10:21:29 -03:00
committed by GitHub
parent 7d9fa41202
commit 3b6a919e72

@@ -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`) - 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). 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. 4. Log out and log back in again to use your new default shell.