mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-11 06:40:42 +00:00
This just makes `open blah.pdf` and so on work via the command line. It opens whatever app is set for that mime type
2 lines
34 B
Bash
2 lines
34 B
Bash
alias open="xdg-open &>/dev/null"
|