Getting messy with powerlevel10k
This commit is contained in:
parent
4c4fc1ec38
commit
6a8f59aa10
12
zshrc
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…
Reference in New Issue
Block a user