From fe255144563d13c2bee14169be445ed3e7860a23 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 12 Oct 2022 08:12:46 +0100 Subject: [PATCH] Add fdosdk alias --- 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 6c818b0..fed79df 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -188,6 +188,7 @@ alias alu="apt list --upgradable" alias asdo="apt source --download-only" alias aurmake="makepkg -irs" alias f=fossil +alias fdosdk="flatpak run --command=/bin/bash --share=network org.freedesktop.Sdk" alias ip="ip -c" alias isocal="cal --iso --reform=iso --monday --week" alias la="ls -a"