diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index c65bdda..00c9f1a 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,10 +1,10 @@ -unsetopt prompt_cr prompt_sp +# unsetopt prompt_cr prompt_sp # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.config/zsh/.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 +# 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 # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.config/zsh/.zshrc. # Initialization code that may require console input (password prompts, [y/n] @@ -50,7 +50,7 @@ source /usr/share/fzf/completion.zsh source $ZSH/oh-my-zsh.sh source ~/.aliasrc -source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme +# source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme # To customize prompt, run `p10k configure` or edit ~/.config/zsh/.p10k.zsh. [[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh @@ -59,4 +59,5 @@ setopt PROMPT_CR setopt PROMPT_SP export PROMPT_EOL_MARK="" -typeset -g POWERLEVEL9K_INSTANT_PROMPT=off +# typeset -g POWERLEVEL9K_INSTANT_PROMPT=off +eval "$(starship init zsh)"