fixed compdef error on own laptop
This commit is contained in:
parent
b3562da151
commit
cd2357c664
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue