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