From 8dd05bfcc12b0cd1ee9ea64be725b3d9f713cf64 Mon Sep 17 00:00:00 2001 From: Arjun Reddy K <45559536+arjunreddyk@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:12:55 +0100 Subject: [PATCH] Update README.md Remove percent sign (%). The source command should not be prefixed with % symbol. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11666f3..cfd33b4 100644 --- a/README.md +++ b/README.md @@ -91,13 +91,13 @@ Usage 1. Load this script into your interactive ZSH session: - % source zsh-history-substring-search.zsh + source zsh-history-substring-search.zsh If you want to use [zsh-syntax-highlighting][6] along with this script, then make sure that you load it *before* you load this script: - % source zsh-syntax-highlighting.zsh - % source zsh-history-substring-search.zsh + source zsh-syntax-highlighting.zsh + source zsh-history-substring-search.zsh 2. Bind keyboard shortcuts to this script's functions.