也许在做了上面的步骤后还是无效,那么可以切换到
1. 安装oh-my-zsh
apt install zsh
chsh -s /bin/zsh
apt install git
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
2. 安装msfvenom-zsh-completion
git clone https://github.com/Green-m/msfvenom-zsh-completion ~/.oh-my-zsh/custom/plugins/msfvenom/
vim ~/.zshrc //添加msfvenom
plugins=(git xx msfvenom)
source ~/.zsh
3. 可能会遇到的问题
~/.oh-my-zsh/custom/plugins/msfvenom
在这个目录下运行 compinit
Comments NOTHING