shell: move colors to general shell configuration

This commit is contained in:
PowerUser64 2022-06-17 12:45:58 -07:00
parent ad8df81748
commit 0db510dc09
2 changed files with 3 additions and 2 deletions

View file

@ -83,5 +83,7 @@ set -o vi
${SKIP_UPDATES:-false} || careful_source "$SHELL_CONFIG_DIR/updates" \
"Error: failed to run update script" $LINENO -x "command"
### <<<
# terminal colorscheme
careful_source "$SHELL_CONFIG_DIR/colors.sh"
# vim:fdm=marker:fmr=>>>,<<<:et:ft=bash:sw=3:ts=3