2022-12-18 15:58:00 +00:00
|
|
|
# shellcheck shell=bash
|
|
|
|
# vim: ft=sh
|
|
|
|
|
2022-12-17 16:17:36 +00:00
|
|
|
# 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}/p10k-instant-prompt-${(%):-%n}.zsh" ]; then
|
|
|
|
source "${XDG_CACHE_HOME}/p10k-instant-prompt-${(%):-%n}.zsh"
|
|
|
|
fi
|
2021-12-12 10:03:03 +00:00
|
|
|
|