diff --git a/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_logg b/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_logg index 88d58886..57ffa2e2 100644 --- a/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_logg +++ b/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_logg @@ -162,7 +162,7 @@ logger() { format() { # shellcheck disable=SC2001,SC2016 - ANSI_STR="$(echo "$1" | sed 's/^\([^`]*\)`\([^`]*\)`/\1\\u001b[47;1;30m \2 \\e[0;39m/')" + ANSI_STR="$(echo "$1" | sed 's/^\([^`]*\)`\([^`]*\)`/\1\\u001b[47;30m \2 \\e[39m/')" if [[ $ANSI_STR == *'`'*'`'* ]]; then ANSI_STR="$(format "$ANSI_STR")" fi