seletskiy / zsh-zgen-compinit-tweak

Make compinit runs only once after all loading is done by zgen
3 stars 0 forks source link

command not found: compdef #1

Open clstudio opened 8 years ago

clstudio commented 8 years ago

I tried to deactivate gitfast, but to no avail. Same outcome. This is my error log and .zshrc.

time zsh -ic exit
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:76: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:85: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:91: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:100: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:109: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:111: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:120: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:122: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:130: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:136: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:138: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:143: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:146: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:148: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:162: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/gitfast/../git/git.plugin.zsh:173: command not found: compdef
.zgen/robbyrussell/oh-my-zsh-master/plugins/httpie/httpie.plugin.zsh:33: command not found: compdef
1.36s user 0.80s system 90% cpu 2.394s total
if ! zgen saved; then
    echo "Creating a zgen save"

    zgen load seletskiy/zsh-zgen-compinit-tweak

    zgen oh-my-zsh

    zgen oh-my-zsh plugins/extract
    zgen oh-my-zsh plugins/history
    zgen oh-my-zsh plugins/node
    zgen oh-my-zsh plugins/brew
    zgen oh-my-zsh plugins/npm
    zgen oh-my-zsh plugins/osx
    zgen oh-my-zsh plugins/z
    zgen oh-my-zsh plugins/gem
    zgen oh-my-zsh plugins/httpie
    zgen oh-my-zsh plugins/pip
    zgen oh-my-zsh plugins/pod
    zgen oh-my-zsh plugins/pyenv
    zgen oh-my-zsh plugins/python
    zgen oh-my-zsh plugins/vagrant
    zgen oh-my-zsh plugins/colored-man-pages
    zgen oh-my-zsh plugins/command-not-found
    zgen oh-my-zsh plugins/sudo
    zgen oh-my-zsh plugins/rsync

    zgen load zsh-users/zsh-syntax-highlighting
    zgen load zsh-users/zsh-history-substring-search
    zgen load zsh-users/zsh-completions
    zgen load horosgrisa/mysql-colorize
    zgen load unixorn/tumult.plugin.zsh
    zgen load tomsquest/nvm-auto-use.zsh

    zgen load zsh-users/zsh-completions src

    zgen load mafredri/zsh-async
    zgen load sindresorhus/pure

    zgen save
fi
seletskiy commented 8 years ago

@clstudio: Sorry, I didn't test it under oh-my-zsh. I'm using prezto, not oh-my-zsh.