From 4248285b8e60bbb6454adc40e877dc1bc19de6d2 Mon Sep 17 00:00:00 2001 From: "ooonea.eth" <35407790+ooonea@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:39:04 +0200 Subject: [PATCH] Fix source command in INSTALL.md for zsh-syntax-highlighting Updated the source command in INSTALL.md to use the correct file extension for zsh-syntax-highlighting. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 7d750f6..7255c2d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,7 +20,7 @@ Download using the [GitHub .zip download](https://github.com/dracula/zsh-syntax- ```bash # ... - source /some/path/to/your/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + source /some/path/to/your/zsh-syntax-highlighting/zsh-syntax-highlighting.sh # ... ```