Add aliases

This commit is contained in:
the_4n0nym0u53 2022-02-01 00:22:59 +01:00
parent e399436a94
commit 315c42caba
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ elif [[ $(uname -o) == "GNU/Linux" ]]; then
fi
# Misc.
alias open="xdg-open"
if [[ $(lsb_release -si) == "Artix" ]]; then
alias code="codium --enable-features=UseOzonePlatform --ozone-platform=wayland"
alias poweroff="doas poweroff"