From 1f6007ac1c5401a24bd9fd2f2fb9cb695b522f45 Mon Sep 17 00:00:00 2001 From: sils Date: Fri, 5 May 2023 19:02:50 +0200 Subject: Feat(zsh): Move zsh config to users. --- users/sils/zsh/config/zshrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 users/sils/zsh/config/zshrc (limited to 'users/sils/zsh/config/zshrc') diff --git a/users/sils/zsh/config/zshrc b/users/sils/zsh/config/zshrc new file mode 100644 index 0000000..fe6cadb --- /dev/null +++ b/users/sils/zsh/config/zshrc @@ -0,0 +1,9 @@ +# 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 + +# To customize prompt, run `p10k configure` or edit ~/.config/zsh/.p10k.zsh. +[[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh -- cgit v1.3.1