Skip to content

Commit

Permalink
fix(zsh): correct the path of zsh-fast-syntax-highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
b1nhack committed Dec 28, 2024
1 parent bc03f78 commit daf9d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/programs/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}"}
Expand Down

0 comments on commit daf9d9f

Please sign in to comment.