Small change to blog
This commit is contained in:
parent
355b5203ed
commit
95d70d6e5b
2 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@ hashcat-fzf-completion() {
|
|||
|
||||
[ -z "$HCcomplete_default_completion" ] && {
|
||||
binding=$(bindkey '^I')
|
||||
[[ $binding =~ 'undefined-key' ]] || default_completion=$binding[(s: :w)2]
|
||||
[[ $binding =~ 'undefined-key' ]] || HCcomplete_default_completion=$binding[(s: :w)2]
|
||||
unset binding
|
||||
}
|
||||
zle -N hashcat-fzf-completion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue