Shorter name for default fdo SDK
This commit is contained in:
parent
f8ed59fd16
commit
ba09d4ae1a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue