Getting messy with powerlevel10k

main
Dan Buch 1 year ago
parent 4c4fc1ec38
commit 6a8f59aa10
Signed by: meatballhat
GPG Key ID: A12F782281063434

1753
p10k.zsh

File diff suppressed because it is too large Load Diff

12
zshrc

@ -1,7 +1,14 @@
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
[[ "${ZSH_DEBUG}" ]] && set -o xtrace
ZSH=$HOME/.oh-my-zsh
ZSH_THEME=dracula
ZSH_THEME="powerlevel10k/powerlevel10k"
CASE_SENSITIVE="true"
@ -244,3 +251,6 @@ if kitty --version &>/dev/null; then
fi
true
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh

Loading…
Cancel
Save