From f3b6be53e03b17adabc1bd981d4e9a21dfe5d29d Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 4 Feb 2017 08:04:26 -0800 Subject: [PATCH] Add metasploit tab completion. --- dotfiles/zsh_custom/plugins/metasploit/metasploit.plugin.zsh | 0 dotfiles/zshrc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 dotfiles/zsh_custom/plugins/metasploit/metasploit.plugin.zsh diff --git a/dotfiles/zsh_custom/plugins/metasploit/metasploit.plugin.zsh b/dotfiles/zsh_custom/plugins/metasploit/metasploit.plugin.zsh new file mode 100644 index 0000000..e69de29 diff --git a/dotfiles/zshrc b/dotfiles/zshrc index b1f4c9d..58c7d1c 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -29,7 +29,7 @@ if [ -d $HOME/.oh-my-zsh ] ; then ZSH=$HOME/.oh-my-zsh ZSH_THEME="matir" ZSH_CUSTOM="$HOME/.zsh_custom" - plugins=(git encode64 gpg-agent pep8 pip python tmux urltools extract sudo virsh virtualenv jekyll) + plugins=(git encode64 gpg-agent pep8 pip python tmux urltools extract sudo virsh virtualenv jekyll metasploit) test -f /usr/share/virtualenvwrapper/virtualenvwrapper.sh && plugins+=(virtualenvwrapper) source $ZSH/oh-my-zsh.sh unset ZSH_THEME