dotfiles

Log | Files | Refs

commit b7002212cfb99b792fdc7e99061ebfbec60f0852
Author: Chris Roberts <chris.roberts@learningunix.net>
Date:   Fri, 19 Jun 2026 10:51:22 -0500

added zshrc from cachy

Diffstat:
Azsh/.zshrc | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/zsh/.zshrc b/zsh/.zshrc @@ -0,0 +1,16 @@ +# 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 + +source /usr/share/cachyos-zsh-config/cachyos-config.zsh + +# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. +[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh +export PATH="$HOME/.local/bin:$PATH" + + +eval $(ssh-agent) > /dev/null +source ~/.pushover