Установка программ выполняется с помощью zyedidia/eget

This commit is contained in:
2022-12-19 11:22:18 +03:00
parent a20d17eb8b
commit 345d23e0dc
4 changed files with 19 additions and 29 deletions

View File

@@ -5,6 +5,7 @@
zstyle ':completion:*' accept-exact '*(N)'
zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path "$ZSH_CACHE_DIR"
zstyle ':completion:*' menu select
zstyle ':completion:*:processes' command 'ps -ax'
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;32'
@@ -37,7 +38,7 @@ zinit wait'!0' lucid light-mode depth'1' for \
zsh-users/zsh-autosuggestions
if [[ -n ${ZSH_MC_SUBSHELL+set} ]] && [[ -n ${SSH_CONNECTION+set} ]]; then
zinit load zsh-users/zsh-history-substring-search
zinit light zsh-users/zsh-history-substring-search
else
zstyle ":history-search-multi-word" page-size "$((LINES/2))"
zstyle ":plugin:history-search-multi-word" clear-on-cancel "yes"