Переход на zcomet
This commit is contained in:
15
.zshrc
15
.zshrc
@ -1,22 +1,15 @@
|
||||
# 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
|
||||
|
||||
for S in \
|
||||
05-start \
|
||||
15-env \
|
||||
25-history \
|
||||
35-options \
|
||||
42-zcomet \
|
||||
45-prompt \
|
||||
48-plugins \
|
||||
55-agents \
|
||||
65-scripts \
|
||||
75-aliases \
|
||||
82-plugins \
|
||||
85-compinit \
|
||||
88-ohmyzsh \
|
||||
85-completion \
|
||||
95-finish
|
||||
do
|
||||
N="${S//[0-9\-]/}"
|
||||
@ -28,4 +21,4 @@ do
|
||||
done
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.config/zsh/.p10k.zsh.
|
||||
[[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh
|
||||
[[ ! -f "${ZDOTDIR}/.p10k.zsh" ]] || source "${ZDOTDIR}/.p10k.zsh"
|
||||
|
Reference in New Issue
Block a user