From a631fa4f493e5cedbb1846774313cd5eedfd8b17 Mon Sep 17 00:00:00 2001 From: quak Date: Wed, 29 Jan 2025 15:04:39 +0100 Subject: [PATCH] fzf-script @#$%! --- scripts/fzf-bash-history | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/fzf-bash-history b/scripts/fzf-bash-history index 7421845..e18b442 100644 --- a/scripts/fzf-bash-history +++ b/scripts/fzf-bash-history @@ -17,9 +17,6 @@ function __search-history { command="${command[@]}" READLINE_LINE="${command}" READLINE_POINT=$(( 0 + ${#command} )) - if [[ -z ${edit} ]]; then - echo - fi } if command -v fzf 2>&1 >/dev/null; then