lib/theme: export `$LS_COLORS` et al
parent
c6ac9109d7
commit
d86a182b6e
|
|
@ -1,6 +1,10 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# shellcheck disable=SC2034 # Expected behavior for themes.
|
# 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_PREFIX=''
|
||||||
CLOCK_CHAR_THEME_PROMPT_SUFFIX=''
|
CLOCK_CHAR_THEME_PROMPT_SUFFIX=''
|
||||||
CLOCK_THEME_PROMPT_PREFIX=''
|
CLOCK_THEME_PROMPT_PREFIX=''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue