From 95d70d6e5b6eb0403ac56c39df3a4da621dd9cd4 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sat, 23 May 2020 14:53:50 +0100 Subject: [PATCH] Small change to blog --- assets/fuzzy-search-hashcat-modes/hashcatModeComplete.zsh | 2 +- content/blog/001-fuzzy-search-hashcat-modes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/fuzzy-search-hashcat-modes/hashcatModeComplete.zsh b/assets/fuzzy-search-hashcat-modes/hashcatModeComplete.zsh index ede69ad..c575116 100644 --- a/assets/fuzzy-search-hashcat-modes/hashcatModeComplete.zsh +++ b/assets/fuzzy-search-hashcat-modes/hashcatModeComplete.zsh @@ -38,7 +38,7 @@ if [[ $- =~ i ]]; then [ -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 diff --git a/content/blog/001-fuzzy-search-hashcat-modes.md b/content/blog/001-fuzzy-search-hashcat-modes.md index d49afc6..671b998 100644 --- a/content/blog/001-fuzzy-search-hashcat-modes.md +++ b/content/blog/001-fuzzy-search-hashcat-modes.md @@ -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