From ae676dfda0b1e38cbbfe5b9bc2b6974679b23ad1 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Fri, 20 Dec 2024 10:44:33 +0000 Subject: [PATCH] Remove flatpak alias --- roles/home-cli/files/profile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 75c113d..6b88c9f 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -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