feat(shell): switch zsh to use p10k

This commit is contained in:
2024-12-11 14:14:05 +02:00
parent 7d2fc55791
commit 196d217c34
4 changed files with 216 additions and 5 deletions

View File

@@ -52,3 +52,7 @@ x-have antidot && eval "$(antidot init)"
autoload -Uz compinit bashcompinit
compinit -d $ZSH_COMPDUMP
bashcompinit
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
export P10K_CONFIG="$DOTFILES/config/zsh/p10k.zsh"
[[ ! -f "$P10K_CONFIG" ]] || source "$P10K_CONFIG"