Merge pull request #1230 from b1nhack/master

fix(zsh): correct the path of zsh-fast-syntax-highlighting
This commit is contained in:
Michael Hoang 2024-12-29 09:59:07 +11:00 committed by GitHub
commit 1fd4bd9369
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -204,7 +204,7 @@ in
}
${optionalString cfg.enableFastSyntaxHighlighting
"source ${pkgs.zsh-fast-syntax-highlighting}/share/zsh-fast-syntax-highlighting/zsh-fast-syntax-highlighting.zsh"
"source ${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh"
}
${optionalString cfg.enableFzfCompletion "source ${fzfCompletion}"}