Fix template elif

This commit is contained in:
Marko Korhonen 2022-08-17 21:46:24 +03:00
parent ea64281432
commit e87ef5f56d
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -40,7 +40,7 @@ function command_not_found_handler {
done
fi
}
{%@@ if os == "termux" @@%}
{%@@ elif os == "termux" @@%}
function command_not_found_handler {
printf 'zsh: command not found: %s\n' "$1"
$PREFIX/libexec/termux/command-not-found $1