From e470ee3498fe77006d0f92418daa7d609bb8692c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 3 Apr 2024 09:24:34 +0200 Subject: [PATCH] comments --- termux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/termux.sh b/termux.sh index 6ea2b63..c0d6474 100644 --- a/termux.sh +++ b/termux.sh @@ -78,8 +78,9 @@ function main { # === Fix == # Since Termux isn't used a lot, I don't plan to make it a real distro # supported by thoses scripts, so I give the bare minimum support to it - # Fix topgrade + # Fix SSH not configured sed -i "/fish_ssh_agent/d" "$HOME"/.config/fish/config.fish + # Fix topgrade abbr sed -i "/topgrade/d" "$HOME"/.config/fish/conf.d/abbr.fish }