Убраны медленные плагины
This commit is contained in:
parent
31e1dface0
commit
c1ef48141d
6
.zshrc
6
.zshrc
@ -1,3 +1,6 @@
|
||||
# Profiling start
|
||||
# zmodload zsh/zprof
|
||||
|
||||
for S in \
|
||||
05-start \
|
||||
15-env \
|
||||
@ -22,3 +25,6 @@ done
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.config/zsh/.p10k.zsh.
|
||||
[[ ! -f "${ZDOTDIR}/.p10k.zsh" ]] || source "${ZDOTDIR}/.p10k.zsh"
|
||||
|
||||
# zprof
|
||||
|
||||
|
0
05-start.zsh
Normal file
0
05-start.zsh
Normal file
@ -2,7 +2,6 @@ zcomet trigger zhooks agkozak/zhooks
|
||||
|
||||
zcomet load willghatch/zsh-saneopt
|
||||
zcomet load mafredri/zsh-async
|
||||
zcomet load djui/alias-tips
|
||||
|
||||
export ZSHZ_CASE=smart
|
||||
export ZSHZ_DATA="${ZSH_CACHE_DIR}/z"
|
||||
@ -18,6 +17,8 @@ if command -v peco > /dev/null 2>&1; then
|
||||
zcomet load jimeh/zsh-peco-history
|
||||
fi
|
||||
|
||||
#ZSH_ALIAS_FINDER_AUTOMATIC=true
|
||||
#zcomet load ohmyzsh plugins/alias-finder
|
||||
zcomet load ohmyzsh plugins/autojump
|
||||
zcomet load ohmyzsh plugins/command-not-found
|
||||
zcomet load ohmyzsh plugins/common-aliases
|
||||
@ -27,6 +28,7 @@ zcomet load ohmyzsh plugins/nmap
|
||||
zcomet load ohmyzsh plugins/rsync
|
||||
zcomet load ohmyzsh plugins/systemadmin
|
||||
zcomet load ohmyzsh plugins/web-search
|
||||
zcomet load brymck/print-alias
|
||||
|
||||
if command -v fzf > /dev/null 2>&1; then
|
||||
zcomet load junegunn/fzf shell completion.zsh key-bindings.zsh
|
||||
|
@ -26,5 +26,5 @@ zstyle ':completion:*:(ssh|scp|rsync):*:hosts-ipaddr' ignored-patterns '^<->.<->
|
||||
# Вызов в этом месте и в таком порядке
|
||||
zcomet load zsh-users/zsh-syntax-highlighting
|
||||
zcomet load zsh-users/zsh-history-substring-search
|
||||
zcomet load zsh-users/zsh-autosuggestions
|
||||
#zcomet load zsh-users/zsh-autosuggestions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user