diff options
author | davidovski <david@davidovski.xyz> | 2022-02-20 21:33:41 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-20 21:33:41 +0000 |
commit | 42352a35a057c8315e8acd8ea4217df8353ae16a (patch) | |
tree | 73dc6600425d8d39d97a1acc480ddf028ce7be40 /src/profile.sh | |
parent | 0e307ec9997b94a2a782746d2a28ab15a9ea2a87 (diff) |
added remove command
Diffstat (limited to 'src/profile.sh')
-rwxr-xr-x | src/profile.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |