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
|
@ -11,6 +11,7 @@ prompt_dir(){
|
|||
wpThemesIcon=".t."
|
||||
siteIcon=" "
|
||||
wpSiteIcon=" "
|
||||
gitReposIcon=""
|
||||
magentoSiteIcon=" "
|
||||
dropboxIcon=""
|
||||
seperator=" "
|
||||
|
@ -63,6 +64,9 @@ prompt_dir(){
|
|||
# Replace Dropbox with icon
|
||||
current_path=$(echo $current_path | sed -r -e "s/$homeIcon\/Dropbox/$dropboxIcon/")
|
||||
|
||||
# Replace GitRepos with icon
|
||||
current_path=$(echo $current_path | sed -r -e "s/$homeIcon\/GitRepos/$gitReposIcon/")
|
||||
|
||||
# Set the root
|
||||
current_path=$(echo $current_path | sed -r -e "s/^\//$root/g")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue