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)"
|
||||
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" \
|
||||
|
||||
Reference in New Issue
Block a user