feat: all new colors
This commit is contained in:
10
zsh/.zshrc
10
zsh/.zshrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user