From f47ed9391de31ceaa9ea5e0270be51472c5400df Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Tue, 2 Jul 2024 03:23:59 +0200 Subject: [PATCH] Remove zinit's zi alias, add yadm compl --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 09452b1..a0f4ef8 100644 --- a/.zshrc +++ b/.zshrc @@ -16,7 +16,7 @@ if [[ ! -d $ZINIT_HOME ]]; then mkdir -p "$(dirname $ZINIT_HOME)" git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME" fi - +declare -A ZINIT=([NO_ALIASES]=1) # initial Zinit's hash definition, if configuring before loading Zinit, and then: # Load Zinit! source "${ZINIT_HOME}/zinit.zsh" @@ -180,6 +180,7 @@ zinit snippet OMZP::rust zinit snippet OMZP::zoxide zinit snippet OMZL::completion.zsh zinit snippet https://github.com/hyprwm/Hyprland/blob/main/hyprctl/hyprctl.zsh +zinit snippet https://github.com/TheLocehiliosan/yadm/blob/master/completion/zsh/_yadm zinit wait lucid for \ atinit"ZINIT[COMPINIT_OPTS]=-C; zicompinit; zicdreplay" \