-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zshrc
More file actions
15 lines (12 loc) · 683 Bytes
/
Copy path.zshrc
File metadata and controls
15 lines (12 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
# Added by LM Studio CLI (lms)
export PATH="$PATH:/home/c00ki/.lmstudio/bin"
# End of LM Studio CLI section
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh