mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-05 15:49:29 +00:00
feat(shell): switch zsh to use p10k
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user