fix(zsh): correct the path of zsh-fast-syntax-highlighting
This commit is contained in:
parent
bc03f78187
commit
daf9d9fe5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue