Skip to content

Commit 8dd05bf

Browse files
arjunreddykKoston-0xDEADBEEF
authored andcommitted
Update README.md
Remove percent sign (%). The source command should not be prefixed with % symbol.
1 parent 8f5d8a5 commit 8dd05bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ Usage
9191

9292
1. Load this script into your interactive ZSH session:
9393

94-
% source zsh-history-substring-search.zsh
94+
source zsh-history-substring-search.zsh
9595

9696
If you want to use [zsh-syntax-highlighting][6] along with this script,
9797
then make sure that you load it *before* you load this script:
9898

99-
% source zsh-syntax-highlighting.zsh
100-
% source zsh-history-substring-search.zsh
99+
source zsh-syntax-highlighting.zsh
100+
source zsh-history-substring-search.zsh
101101

102102
2. Bind keyboard shortcuts to this script's functions.
103103

0 commit comments

Comments
 (0)