Adds msfvenom completion with payloads

Also some small fzf and prompt changes
This commit is contained in:
Jonathan Hodgson 2020-03-23 15:28:59 +00:00
parent 5e7c9b7183
commit e6f453a36d
4 changed files with 268 additions and 2 deletions

View file

@ -15,6 +15,10 @@ bindkey -v '^?' backward-delete-char
compdef sshrc=ssh
# Vim completion
compdef v=vim
compdef vi=vim
autoload bashcompinit
bashcompinit
_wp_complete() {
@ -39,4 +43,6 @@ complete -o nospace -F _wp_complete wp
# Include hidden files in autocomplete:
_comp_options+=(globdots)
fpath=("$ZSH_FOLDER/completion" $fpath)
#source "$ZSH_FOLDER/plugins/fzf-tab/fzf-tab.zsh"