diff options
-rw-r--r-- | plugins/openfilelocation.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/openfilelocation.lua b/plugins/openfilelocation.lua index a97e47e..58c3d6f 100644 --- a/plugins/openfilelocation.lua +++ b/plugins/openfilelocation.lua @@ -5,6 +5,8 @@ local config = require "core.config" if PLATFORM == "Windows" then config.filemanager = "explorer" +elseif PLATFORM == "Mac OS X" then + config.filemanager = "open" else config.filemanager = "xdg-open" end |