From b19d8dbbba078680cafa0feb85194dd3a7420929 Mon Sep 17 00:00:00 2001 From: Andrew Shield Date: Thu, 18 Mar 2021 16:07:24 +1300 Subject: [PATCH] [readme] Update source command to include s in zsh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d71fa94..b60a8c2 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Alternatively, you can run run the following commands for the different shells o *bash*: `source ~/.bashrc` -*zsh*: `source ~/.zhrc` +*zsh*: `source ~/.zshrc` *ksh*: `. ~/.profile`