yadm-new/.bashrc.d/protontricks

6 lines
217 B
Text
Raw Normal View History

2024-10-23 00:19:57 -04:00
if [[ "$OSTYPE" == "linux-gnu" ]]; then
alias protontricks='flatpak run com.github.Matoking.protontricks'
alias protontricks-launch='flatpak run --command=protontricks-launch com.github.Matoking.protontricks'
fi