diff --git a/dot-files/zshrc b/dot-files/zshrc index ece2565..e97b0db 100644 --- a/dot-files/zshrc +++ b/dot-files/zshrc @@ -1,3 +1,10 @@ +# 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 + # Path to your oh-my-zsh configuration. ZSH=$HOME/.oh-my-zsh BASE_PATH=$HOME/workspace/thepeterstone/home-sync @@ -8,6 +15,7 @@ ZSH_CUSTOM=$HOME/.zsh_custom # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. #ZSH_THEME="terst" +ZSH_THEME="powerlevel10k/powerlevel10k" # load zgen