fix: zsh-fast-syntax-highlighting path
https://github.com/NixOS/nixpkgs/pull/101007
This commit is contained in:
parent
b8c7ac0302
commit
54802bec7c
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ in
|
||||||
}
|
}
|
||||||
|
|
||||||
${optionalString cfg.enableFastSyntaxHighlighting
|
${optionalString cfg.enableFastSyntaxHighlighting
|
||||||
"source ${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh"
|
"source ${pkgs.zsh-fast-syntax-highlighting}/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh"
|
||||||
}
|
}
|
||||||
|
|
||||||
${optionalString cfg.enableFzfCompletion "source ${fzfCompletion}"}
|
${optionalString cfg.enableFzfCompletion "source ${fzfCompletion}"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue