diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-30 19:01:51 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-30 19:01:51 +0100 |
| commit | 8350aa04f51882f11bd40a51eacd4a0c47bafc02 (patch) | |
| tree | 69e94b2e26ca370108c476eade15150c34b307d1 /runcoms | |
| parent | 1cb7eb48c4e81626d3df6736fd0e2a866674def5 (diff) | |
| parent | 2b09251962f4b80eeee1c6e11bde8d29536915e6 (diff) | |
Merge branch 'main' of git.sr.ht:~rbdr/dotfiles
Diffstat (limited to 'runcoms')
| -rw-r--r-- | runcoms/zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runcoms/zshrc b/runcoms/zshrc index 550bb09..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 @@ -93,3 +94,6 @@ fi if [[ -s "~/.asdf/plugins/java/set-java-home.zsh" ]]; then . ~/.asdf/plugins/java/set-java-home.zsh fi + +# Difftastic +export DFT_BACKGROUND=light |