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 }