From 8ef9653106c72956e2357bacd1d966be9b994dc9 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Wed, 22 Jan 2025 07:44:15 +0000 Subject: [PATCH] Add fdo alias for org.freedesktop.Platform flatpak --- roles/home-cli/files/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 793c6a8..7d6d6b8 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -243,6 +243,7 @@ alias asdo="apt source --download-only" alias aurmake="makepkg -irs" alias clogout="clear && logout" alias cexit="clear && exit" +alias fdo="flatpak run --command=/bin/bash --share=network --filesystem=home:rw org.freedesktop.Platform" alias flatpak-builder="flatpak run org.flatpak.Builder" alias ip="ip -c" alias isocal="cal --iso --reform=iso --monday --week"