Fix TF on termux
This commit is contained in:
parent
7a4bf336e8
commit
79656e86ef
1 changed files with 5 additions and 2 deletions
|
@ -48,4 +48,7 @@ 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue