Add aliases
This commit is contained in:
parent
e399436a94
commit
315c42caba
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue