fixed compdef error on own laptop

This commit is contained in:
Nikolas Weger 2020-11-26 11:35:37 +01:00
parent b3562da151
commit cd2357c664

View file

@ -35,7 +35,7 @@ zinit snippet OMZP::command-not-found
zinit snippet OMZP::fzf
zinit snippet OMZP::lando
eval "$(fasd --init auto)"
#eval "$(fasd --init auto)"
zinit wait lucid light-mode for wookayin/fzf-fasd
zinit wait lucid light-mode for urbainvaes/fzf-marks
zinit wait lucid light-mode for voronkovich/gitignore.plugin.zsh
@ -44,7 +44,8 @@ zinit wait lucid light-mode for @asdf-vm/asdf
zinit wait lucid light-mode for Aloxaf/fzf-tab
# syntax highlighting
zinit wait lucid'1' light-mode atinit"zpcompinit; zpcdreplay -q" for zsh-users/zsh-syntax-highlighting
zpcompinit
zinit wait lucid light-mode atinit"zpcdreplay -q" for zsh-users/zsh-syntax-highlighting
# Local RC
[[ -f "$ZDOTDIR/local/rc.zsh" ]] && source "$ZDOTDIR/local/rc.zsh"