Remove zinit's zi alias, add yadm compl
This commit is contained in:
3
.zshrc
3
.zshrc
@@ -16,7 +16,7 @@ if [[ ! -d $ZINIT_HOME ]]; then
|
|||||||
mkdir -p "$(dirname $ZINIT_HOME)"
|
mkdir -p "$(dirname $ZINIT_HOME)"
|
||||||
git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
|
git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
|
||||||
fi
|
fi
|
||||||
|
declare -A ZINIT=([NO_ALIASES]=1) # initial Zinit's hash definition, if configuring before loading Zinit, and then:
|
||||||
# Load Zinit!
|
# Load Zinit!
|
||||||
source "${ZINIT_HOME}/zinit.zsh"
|
source "${ZINIT_HOME}/zinit.zsh"
|
||||||
|
|
||||||
@@ -180,6 +180,7 @@ zinit snippet OMZP::rust
|
|||||||
zinit snippet OMZP::zoxide
|
zinit snippet OMZP::zoxide
|
||||||
zinit snippet OMZL::completion.zsh
|
zinit snippet OMZL::completion.zsh
|
||||||
zinit snippet https://github.com/hyprwm/Hyprland/blob/main/hyprctl/hyprctl.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 \
|
zinit wait lucid for \
|
||||||
atinit"ZINIT[COMPINIT_OPTS]=-C; zicompinit; zicdreplay" \
|
atinit"ZINIT[COMPINIT_OPTS]=-C; zicompinit; zicdreplay" \
|
||||||
|
|||||||
Reference in New Issue
Block a user