mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
8 lines
278 B
Bash
8 lines
278 B
Bash
|
|
alias {{ alias }}='eval $(_PR_LAST_COMMAND="$(fc -ln -1)" _PR_ALIAS="`alias`" _PR_SHELL="bash" "{{ binary_path }}")'
|
||
|
|
|
||
|
|
{%- if cnf %}
|
||
|
|
command_not_found_handle() {
|
||
|
|
eval $(_PR_LAST_COMMAND="$@" _PR_ALIAS="`alias`" _PR_SHELL="bash" _PR_MODE="cnf" "{{ binary_path }}")
|
||
|
|
}
|
||
|
|
{% endif %}
|