Disable atuff that doesn't work in termux

This commit is contained in:
Marko Korhonen 2023-05-09 08:58:21 +03:00
parent 955020d9f4
commit 310f8aa45c
2 changed files with 4 additions and 0 deletions

View file

@ -47,5 +47,7 @@ source /usr/share/fzf/key-bindings.zsh
source /usr/share/fzf/completion.zsh
{%@@ endif @@%}
{%@@ if distro_id != "termux" @@%}
# enable https://github.com/nvbn/thefuck
eval $(TF_SHELL=zsh thefuck --alias)
{%@@ endif @@%}