shell: move colors to general shell configuration
This commit is contained in:
parent
ad8df81748
commit
0db510dc09
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue