Adds msfvenom completion with payloads
Also some small fzf and prompt changes
This commit is contained in:
parent
5e7c9b7183
commit
e6f453a36d
4 changed files with 268 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue