feat: all new colors

This commit is contained in:
2026-03-22 04:01:03 -04:00
parent 2082904cd1
commit 73e2ea9e9a
14 changed files with 301 additions and 75 deletions

View File

@@ -120,3 +120,13 @@ source $ZSH/oh-my-zsh.sh
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
[[ -r ~/.config/rider-palette/p10k.zsh ]] && source ~/.config/rider-palette/p10k.zsh
export PATH="$HOME/.dotnet/tools:$HOME/.local/bin:$PATH"
# Apply the shared Rider palette last so it wins over OMZ defaults.
if [[ -r ~/.config/rider-palette/palette.sh ]]; then
source ~/.config/rider-palette/palette.sh
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
fi
if ls --color=auto -d . >/dev/null 2>&1; then
alias ls='ls --color=auto'
fi