This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mi lista de repos flatpak | |
Flathub: | |
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo | |
Gnome Stable: | |
flatpak remote-add --if-not-exists gnome https://sdk.gnome.org/gnome.flatpakrepo | |
flatpak remote-add gnome-apps https://sdk.gnome.org/gnome-apps.flatpakrepo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################# | |
# | |
# Termux $HOME/.bashrc FILE | |
# By Brainfuck | |
# | |
# Last modified: Fri Apr 9 05:42:26 PM UTC 2021 | |
################################################# | |
# Handle commands not found | |
if [ -x /data/data/com.termux/files/usr/libexec/termux/command-not-found ]; then |