[Linux] Alias xdg-open to open

This commit is contained in:
2016-10-27 14:49:49 -07:00
parent fa1a485e63
commit 180389d19b

View File

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