diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 22:21:34 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 22:21:34 +0200 |
| commit | 5592ea0256cf0739c671a0f477684e7a6a847990 (patch) | |
| tree | d34c3b3ed652f05ac0c373e02c7fa7bc996e1252 /runcoms | |
| parent | 34eb520236eeeb4eb5417c184541bfb9d0d5efee (diff) | |
Light mode color improvement
Diffstat (limited to 'runcoms')
| -rw-r--r-- | runcoms/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runcoms/zshrc b/runcoms/zshrc index 041d4ba..1683eea 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -23,6 +23,7 @@ source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/modules/prompt.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/modules/vendor/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/modules/completion.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/modules/aliases.zsh" +source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/modules/color.zsh" ################################################################################ # ENV VARIABLES |