Remove unneeded template

This commit is contained in:
Marko Korhonen 2022-09-26 10:41:50 +03:00
parent 406c230210
commit 59973a3a83
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

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 @@%}