diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index a836f2d..a29bb18 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -202,7 +202,7 @@ alias ll="ls -l" alias ls="command ls -F" alias now="date +%Y%m%dT%H%M%S%z" alias nowu="date -u +%Y%m%dT%H%M%SZ" -alias sdk-fdo="flatpak run --command=/bin/bash --share=network --filesystem=home:rw org.freedesktop.Sdk" +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 streamenc="openssl aes-256-cbc -pbkdf2 -in - -out - -e" alias streamdec="openssl aes-256-cbc -pbkdf2 -in - -out - -d"