fix: bash has different name for command not found handler

This commit is contained in:
iff 2024-11-27 19:48:19 +01:00
parent df221299d9
commit 8429ce2872

View file

@ -273,7 +273,7 @@ end
"bash" => {
init = format!(
r#"
command_not_found_handler() {{
command_not_found_handle() {{
eval $(_PR_LAST_COMMAND="_ $@" _PR_SHELL="{}" _PR_MODE="cnf" "{}")
}}