[Linux] Alias xdg-open to open

This commit is contained in:
Ivan Malison 2016-10-27 14:49:49 -07:00
parent fa1a485e63
commit 180389d19b
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -0,0 +1 @@
command_exists 'open' || command_exists 'xdg-open' && alias open='xdg-open'