From a450754dd884fde1e85738ea80a4a27e21c9b630 Mon Sep 17 00:00:00 2001 From: bbsamurai Date: Sat, 6 Jun 2020 17:27:01 +0900 Subject: Fixed openfilelocation.lua --- plugins/openfilelocation.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/openfilelocation.lua') 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 -- cgit v1.2.3