diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-02-14 22:47:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 22:47:00 +0300 |
commit | 1489727c38b744c51e9c6ed765d2b79260cc66fd (patch) | |
tree | fdfcba553f7eb44b99921bb40cdd3e095f29ae8e /README.md | |
parent | c4ffe42f7d8f8dcaa41e298cd986eb7e1cbeae24 (diff) |
typo in docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |