From ae5856bf0882b3c4947dccb9f653bc2581359fb1 Mon Sep 17 00:00:00 2001 From: Nicolas Canceill Date: Sun, 26 Apr 2015 18:55:29 +0200 Subject: [PATCH] No need for a period here. --- Install-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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