From 3bbc5a8cfa26f238d16609a6f1fab3e40c74bf8c Mon Sep 17 00:00:00 2001 From: kooshie <71205197+UrNightmaree@users.noreply.github.com> Date: Mon, 2 Jan 2023 16:28:59 +0800 Subject: [PATCH] replace sourcing method with `exec zsh` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aad153d..58c01c6 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Using [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh): plugins=( [plugins...] zsh-history-substring-search) -3. Source `~/.zshrc` to take changes into account: +3. Run `exec zsh` to take changes into account: - source ~/.zshrc + exec zsh Usage ------------------------------------------------------------------------------