From 64e26b1803426801d481d37a22ea7ab107e3f911 Mon Sep 17 00:00:00 2001 From: memdmp Date: Fri, 21 Mar 2025 15:09:48 +0100 Subject: fix: debian support for syntax highlighting --- zuwu.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zuwu.zsh') diff --git a/zuwu.zsh b/zuwu.zsh index 938979a..1b0e122 100755 --- a/zuwu.zsh +++ b/zuwu.zsh @@ -216,7 +216,7 @@ while IFS= read -r f; do source "$f" break fi -done <<< "$(_each_share_dir zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh)" +done <<< "$(_each_share_dir zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh zsh-syntax-highlighting/zsh-syntax-highlighting.zsh)" # Cute Prompting if [[ "$_ZUWU_NO_STARSHIP-$_ZUWU_NO_PROMPT" == "-" ]] && [[ -f "${XDG_CONFIG_HOME:-"$HOME/.config"}/starship.toml" ]] && type "starship" >/dev/null; then -- cgit v1.2.3