From d086ab0077f428346fdc5cb5ab8b0a2b188a25c3 Mon Sep 17 00:00:00 2001 From: Majid Alaeinia <11965368+majidalaeinia@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:56:09 +0330 Subject: [PATCH] readme: zsh: Consider sourcing `~/.zshrc` (#209) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f6834b..ca7c90f 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,9 @@ for testing before adding it to your `.zshrc`. #### [Oh-My-Zsh](http://ohmyz.sh/) 1. `git clone https://github.com/paulirish/git-open.git $ZSH_CUSTOM/plugins/git-open` -1. Add `git-open` to your plugin list - edit `~/.zshrc` and change +2. Add `git-open` to your plugin list - edit `~/.zshrc` and change `plugins=(...)` to `plugins=(... git-open)` +3. `source ~/.zshrc` #### [Zgen](https://github.com/tarjoilija/zgen)