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" \