From ecdc865a5a533d8eb5079b290c410ab8a959e7dc Mon Sep 17 00:00:00 2001 From: Nicola Lanzoni Date: Thu, 9 Mar 2023 09:39:55 -0300 Subject: [PATCH] [readme] add note about reloading zshrc after editing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8719761..6394577 100644 --- a/README.md +++ b/README.md @@ -703,6 +703,8 @@ add-zsh-hook chpwd load-nvmrc load-nvmrc ``` +After saving the file, run `source ~/.zshrc` to reload the configuration with the latest changes made. + ##### fish This requires that you have [bass](https://github.com/edc/bass) installed.