commit ed533ae9e75178703810df54e014264378fe7657 parent 746008d6e831709b12d68a68be6b73d286017bd7 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Fri, 29 Jul 2022 00:27:34 +0200 Expand color sequences Diffstat:
M | command/s | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/command/s b/command/s @@ -52,7 +52,7 @@ print_service_bundles() { pre='%F{cyan}' post='%f' fi - printf '\t%s' "$pre$b$post" + printf '\t%s' "${(%)pre}$b${(%)post}" done }