andsens / homeshick

git dotfiles synchronizer written in bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

解决zsh补全msfvenom出现_values:compvalues:11: not enough arguments(参数不足)的问题

fengziHK opened this issue · comments

@#fengzi 2020309

#解决zsh补全msfvenom出现_values:compvalues:11: not enough arguments(参数不足)的问题

#1、venom-cache ( msfvenom --list payloads to list )文件放入~.zsh\

#2、~/.zshrc配置文件

#插件加入

#plugins=(git msfvenom)

#最后加入

#fpath=(~/.zsh/completion $fpath)

#autoload -Uz compinit && compinit -i

我认为您已将发布到错误的存储库
这不应该在https://github.com/Green-m/msfvenom-zsh-completion 中吗?

ye。。