mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-06 00:39:52 +00:00
fa8e6198da
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"
|