mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
fix: bash has different name for command not found handler
This commit is contained in:
parent
df221299d9
commit
8429ce2872
1 changed files with 1 additions and 1 deletions
|
|
@ -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" "{}")
|
||||
}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue