feat(cli): Alias xdg-open to open (#1494)

This just makes `open blah.pdf` and so on work via the command line. It opens whatever app is set for that mime type
This commit is contained in:
Jorge O. Castro 2024-08-12 13:49:07 -04:00 committed by GitHub
parent cbc41100a6
commit fa8e6198da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1 @@
alias open="xdg-open &>/dev/null"