diff --git a/Install-ZSH.md b/Install-ZSH.md index 3f8f974..f254989 100644 --- a/Install-ZSH.md +++ b/Install-ZSH.md @@ -17,4 +17,4 @@ If you need to, follow the following step to make it work: 2. Make sure it installed by running `zsh --version` 3. Make it your default shell: `chsh -s $(chsh -l | grep "zsh" -m 1)` * Note that this will not work if Zsh is not in your authorized shells list (`/etc/shells`) -4. Re-open all terminals and make sure it worked by running `echo $SHELL`. \ No newline at end of file +4. Re-open all terminals and make sure it worked by running `echo $SHELL` \ No newline at end of file