From cb5affa0e11c200f175e26ced4f2866aa916d2c9 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Tue, 5 Nov 2024 07:42:55 +0900 Subject: Remove zsh submodule Zsh config will be included as bare files instead of a submodule. The zsh config repo will still exist, but the content will be used by yadm without the repo itself. --- .config/zsh/early/powerlevel10k.zsh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/zsh/early/powerlevel10k.zsh (limited to '.config/zsh/early/powerlevel10k.zsh') diff --git a/.config/zsh/early/powerlevel10k.zsh b/.config/zsh/early/powerlevel10k.zsh new file mode 100644 index 0000000..c96d2b0 --- /dev/null +++ b/.config/zsh/early/powerlevel10k.zsh @@ -0,0 +1,6 @@ +# 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 -- cgit v1.2.3-70-g09d2