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

3
.zshrc
View file

@ -59,8 +59,7 @@ ${SKIP_PLUGINS:-false} || {
## Theme
# terminal colors
careful_source "$SHELL_CONFIG_DIR/colors.sh" ||
zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh'
#zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh'
# LS Colors
zinit ice atclone"dircolors -b ./src/dir_colors > colors.zsh" \