diff options
| author | seth <[email protected]> | 2022-08-14 20:10:20 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-17 13:42:39 -0400 |
| commit | a6a978410d0daecff139a3ab971dc94c75427eb7 (patch) | |
| tree | abc840929c2ebfd361c7e958dc307fd122cd96e5 /.config/zsh/.zshrc | |
| parent | 12527d71ea8b0921b910afa6bcd5fc6adf9649eb (diff) | |
start using more ide plugins
Diffstat (limited to '.config/zsh/.zshrc')
| -rw-r--r-- | .config/zsh/.zshrc | 7 |
1 files changed, 7 insertions, 0 deletions
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 # |
