From 0db510dc090ec4f7d4f08b187342e6c4188f0993 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 17 Jun 2022 12:45:58 -0700 Subject: [PATCH] shell: move colors to general shell configuration --- .config/shell/shrc | 2 ++ .zshrc | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/shell/shrc b/.config/shell/shrc index ca504b8..5b76385 100644 --- a/.config/shell/shrc +++ b/.config/shell/shrc @@ -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 diff --git a/.zshrc b/.zshrc index 019820d..adeff6a 100644 --- a/.zshrc +++ b/.zshrc @@ -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" \