Update README.md

Remove percent sign (%). The source command should not be prefixed with % symbol.
This commit is contained in:
Arjun Reddy K 2023-11-22 22:12:55 +01:00 committed by Koston-0xDEADBEEF
parent 8f5d8a5aa9
commit 8dd05bfcc1

View file

@ -91,13 +91,13 @@ Usage
1. Load this script into your interactive ZSH session: 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, 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: then make sure that you load it *before* you load this script:
% source zsh-syntax-highlighting.zsh source zsh-syntax-highlighting.zsh
% source zsh-history-substring-search.zsh source zsh-history-substring-search.zsh
2. Bind keyboard shortcuts to this script's functions. 2. Bind keyboard shortcuts to this script's functions.