all repos — nixfiles @ deab2de981f236450b9c397c5eef7ed665eb6744

System and user configuration, managed by nix and home-manager

zsh: Don’t run compinit as zplug handles it

Alan Pearce
commit

deab2de981f236450b9c397c5eef7ed665eb6744

parent

173f06c9e467bd332754a73299c589b6fa17f664

1 file changed, 1 insertion(+), 6 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -1,7 +1,7 @@
# -*- mode: sh; -*- source $ZPLUG_HOME/init.zsh -zplug "zsh-users/zsh-completions" +zplug "zsh-users/zsh-completions", depth:1, defer:0 zplug "Tarrasch/zsh-autoenv", as:plugin zplug "clvv/fasd", hook-build:"PREFIX=$HOME make install" zplug "caarlos0/zsh-open-pr", as:plugin
@@ -142,11 +142,6 @@ zplug load
# General configuration setopt auto_cd # Change directories without `cd` - -if zplug check zsh-users/zsh-completions -then - autoload -U compinit && compinit -fi if [[ -n $commands[hub] ]] then