From a6a978410d0daecff139a3ab971dc94c75427eb7 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 14 Aug 2022 20:10:20 -0400 Subject: start using more ide plugins --- .config/zsh/.zshrc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.config/zsh/.zshrc') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 25be2d1..e63eed6 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,3 +1,10 @@ +# 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 + # # getchoo's zshrc # -- cgit v1.2.3