From 42352a35a057c8315e8acd8ea4217df8353ae16a Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 20 Feb 2022 21:33:41 +0000 Subject: added remove command --- src/profile.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/profile.sh') diff --git a/src/profile.sh b/src/profile.sh index f05271b..43e4900 100755 --- a/src/profile.sh +++ b/src/profile.sh @@ -1,7 +1,8 @@ #!/bin/sh . /usr/lib/colors.sh && - export HBAR_COMPLETE="-c ${GREEN}${BG_DEFAULT}" + export HBAR_COMPLETE="-c ${GREEN}${BG_DEFAULT}" && + export HBAR_RED="-c ${BLACK}${BG_RED}" #. /usr/lib/glyphs.sh -- cgit v1.2.1