diff options
Diffstat (limited to 'src/profile.sh')
-rwxr-xr-x | src/profile.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/profile.sh b/src/profile.sh index 1fa6ecd..0ddcc0a 100755 --- a/src/profile.sh +++ b/src/profile.sh @@ -1,8 +1,8 @@ #!/bin/sh -. /usr/lib/colors.sh && - export HBAR_COMPLETE="-c ${GREEN}${BG_DEFAULT}" && - export HBAR_RED="-c ${BLACK}${BG_RED}" +. /usr/lib/colors.sh +export HBAR_COMPLETE="-c ${GREEN}${BG_DEFAULT}" +export HBAR_RED="-c ${BLACK}${BG_RED}" . /usr/lib/glyphs.sh |