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" \
|
${SKIP_UPDATES:-false} || careful_source "$SHELL_CONFIG_DIR/updates" \
|
||||||
"Error: failed to run update script" $LINENO -x "command"
|
"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
|
# vim:fdm=marker:fmr=>>>,<<<:et:ft=bash:sw=3:ts=3
|
||||||
|
|
3
.zshrc
3
.zshrc
|
@ -59,8 +59,7 @@ ${SKIP_PLUGINS:-false} || {
|
||||||
|
|
||||||
## Theme
|
## Theme
|
||||||
# terminal colors
|
# 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
|
# LS Colors
|
||||||
zinit ice atclone"dircolors -b ./src/dir_colors > colors.zsh" \
|
zinit ice atclone"dircolors -b ./src/dir_colors > colors.zsh" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue