Remove unneeded template

This commit is contained in:
Marko Korhonen 2022-09-26 10:41:50 +03:00
parent dc18277b4d
commit f3da5785d6

View file

@ -48,8 +48,4 @@ source /usr/share/fzf/completion.zsh
{%@@ endif @@%}
# enable https://github.com/nvbn/thefuck
{%@@ if distro_id == "termux" @@%}
eval $(TF_SHELL=zsh thefuck --alias)
{%@@ else @@%}
eval $(thefuck --alias)
{%@@ endif @@%}