From 1489727c38b744c51e9c6ed765d2b79260cc66fd Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Fri, 14 Feb 2020 20:47:00 +0100 Subject: [PATCH] typo in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4166c8..5a378f68 100644 --- a/README.md +++ b/README.md @@ -1233,7 +1233,7 @@ It's almost always a bad idea to run `source ~/.zshrc`, whether you are using Po This command may result in random errors, misbehaving code and progressive slowdown of Zsh. If you've made changes to `~/.zshrc` or to files sourced by it, restart Zsh to apply them. The most -reliable way to do this is to type `exit` and then start start a new Zsh session. You can also use +reliable way to do this is to type `exit` and then start a new Zsh session. You can also use `exec zsh`. While not exactly equivalent to complete Zsh restart, this command is much more reliable than `source ~/.zshrc`.