Remove flatpak alias

This commit is contained in:
Anthony Rose 2024-12-20 10:44:33 +00:00
parent 1dbe887fd5
commit ae676dfda0

View file

@ -239,12 +239,6 @@ then
alias dnf="dnf --cacheonly --nogpgcheck"
fi
# Use user-mode Flatpak by default.
if [ "$(id -u)" -ne 0 ] && [ -x /usr/bin/flatpak ]
then
alias flatpak="flatpak --user"
fi
# Old RHEL releases still have the original yum (not DNF).
if [ -x /usr/bin/yum ] && [ ! -x /usr/bin/dnf ]
then