From 95d1bf434745dda7ea8f85297df687175f93c9af Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Fri, 24 Jan 2025 20:51:29 +0000 Subject: [PATCH] Specify version in 'sdk' alias --- roles/home-cli/files/profile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index cce3393..922c4b5 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -237,7 +237,6 @@ 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" @@ -248,8 +247,7 @@ alias ls="command ls -F" alias now="date +%Y%m%dT%H%M%S%z" alias nowh="date +%Y-%m-%dT%H:%M:%S%:z" alias nowu="date -u +%Y%m%dT%H%M%SZ" -alias sdk="flatpak run --command=/bin/bash --share=network --filesystem=home:rw org.freedesktop.Sdk" -alias sdk-gnome="flatpak run --command=/bin/bash --share=network --filesystem=home:rw org.gnome.Sdk" +alias sdk="flatpak run --command=/bin/bash --share=network --filesystem=home:rw org.freedesktop.Sdk//24.08" alias sl="ls -r" alias streamenc="openssl aes-256-cbc -pbkdf2 -in - -out - -e" alias streamdec="openssl aes-256-cbc -pbkdf2 -in - -out - -d"