diff options
author | 2025-03-21 15:09:48 +0100 | |
---|---|---|
committer | 2025-03-21 15:09:48 +0100 | |
commit | 64e26b1803426801d481d37a22ea7ab107e3f911 (patch) | |
tree | 97dcf8c5dc17b4859b056c7253339084b5a2bd94 | |
parent | 9a6c6f1d41f974f0755a92fbc77a943b11556891 (diff) | |
download | zuwu-64e26b1803426801d481d37a22ea7ab107e3f911.tar.gz zuwu-64e26b1803426801d481d37a22ea7ab107e3f911.tar.bz2 zuwu-64e26b1803426801d481d37a22ea7ab107e3f911.tar.lz zuwu-64e26b1803426801d481d37a22ea7ab107e3f911.zip |
fix: debian support for syntax highlighting
-rwxr-xr-x | zuwu.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |