core-system-scripts

Scripts submodule for the core-system repository
git clone https://ccx.te2000.cz/git/core-system-scripts
Log | Files | Refs

commit 95a2640004c207e3eee31fa4c7816871feaabbfa
parent d98efbf5f242b9c0f0ef7556889b5b607f5d19b7
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Fri, 29 Jul 2022 01:50:52 +0200

Reset colors after printing bundles

Diffstat:
Mcommand/s | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/command/s b/command/s @@ -79,7 +79,7 @@ load_svstat() { } print_service_bundles() { - local b pre post s=$1 + local b post='%f%b' s=$1 local -a fmt_active=( '%F{cyan}' '%F{magenta}' '%F{yellow}%B' ) if ! (($+service_bundles[$s])); then printf '\t-\n'