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