Shorter name for default fdo SDK

This commit is contained in:
Anthony Rose 2022-10-13 11:25:03 +01:00
parent f8ed59fd16
commit ba09d4ae1a

View file

@ -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"