fix(zsh): correct the path of zsh-fast-syntax-highlighting

This commit is contained in:
Xingquan Liu 2024-12-17 23:03:57 +08:00
parent bc03f78187
commit daf9d9fe5d
No known key found for this signature in database
GPG key ID: 362352C31CF5A75E

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}"}