Add missing endif to template

This commit is contained in:
Marko Korhonen 2022-09-26 10:40:37 +03:00
parent 8049d07e09
commit 406c230210
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -52,3 +52,4 @@ source /usr/share/fzf/completion.zsh
eval $(TF_SHELL=zsh thefuck --alias)
{%@@ else @@%}
eval $(thefuck --alias)
{%@@ endif @@%}