lib/appearance: export $CLICOLOR instead of $LSCOLOR

Alsö, since the *value* of `$CLICOLOR` is not used anywhere, overload it to count the number of colors available for use elsewhere.
This commit is contained in:
John D Pell
2022-02-06 15:22:52 -08:00
committed by John D Pell
parent f7cba27f10
commit 0286a50fcd
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,10 @@
# shellcheck shell=bash
# shellcheck disable=SC2034 # Expected behavior for themes.
# Colors for listing files, using default color scheme.
# To customize color scheme by theme, check out https://geoff.greer.fm/lscolors/
export CLICOLOR LSCOLORS LS_COLORS
CLOCK_CHAR_THEME_PROMPT_PREFIX=''
CLOCK_CHAR_THEME_PROMPT_SUFFIX=''
CLOCK_THEME_PROMPT_PREFIX=''