From c130aadb6a66aa680a322c08d87ad773316f713d Mon Sep 17 00:00:00 2001 From: Jacob Tomaw Date: Tue, 19 Nov 2019 13:44:00 -0500 Subject: Replace "restart shell" documentation "exec zsh" (#8411) Running `source ~/.zshrc` can have side effects, it's better to reload the whole zsh session with `exec zsh`. --- plugins/catimg/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/catimg/README.md') diff --git a/plugins/catimg/README.md b/plugins/catimg/README.md index 2fc28a1c6..42b59a62c 100644 --- a/plugins/catimg/README.md +++ b/plugins/catimg/README.md @@ -17,10 +17,10 @@ Plugin for displaying images on the terminal using the the `catimg.sh` script pr ) ``` -2. Reload the source file or restart your Terminal session: +2. Restart the shell or restart your Terminal session: ```console - $ source ~/.zshrc + $ exec zsh $ ``` -- cgit v1.2.3-70-g09d2