mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 15:45:11 +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" => {
|
"bash" => {
|
||||||
init = format!(
|
init = format!(
|
||||||
r#"
|
r#"
|
||||||
command_not_found_handler() {{
|
command_not_found_handle() {{
|
||||||
eval $(_PR_LAST_COMMAND="_ $@" _PR_SHELL="{}" _PR_MODE="cnf" "{}")
|
eval $(_PR_LAST_COMMAND="_ $@" _PR_SHELL="{}" _PR_MODE="cnf" "{}")
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue