This commit is contained in:
Mylloon 2024-04-03 09:24:34 +02:00
parent 2679f7f854
commit e470ee3498
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -78,8 +78,9 @@ function main {
# === Fix == # === Fix ==
# Since Termux isn't used a lot, I don't plan to make it a real distro # 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 # 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 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 sed -i "/topgrade/d" "$HOME"/.config/fish/conf.d/abbr.fish
} }