replace sourcing method with exec zsh

This commit is contained in:
kooshie 2023-01-02 16:28:59 +08:00 committed by Koston-0xDEADBEEF
parent da5f0673b9
commit 3bbc5a8cfa

View file

@ -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
------------------------------------------------------------------------------