aboutsummaryrefslogtreecommitdiff
path: root/plugins/openfilelocation.lua
diff options
context:
space:
mode:
authorbbsamurai <miohkies@gmail.com>2020-06-06 17:27:01 +0900
committerbbsamurai <miohkies@gmail.com>2020-06-06 17:27:01 +0900
commita450754dd884fde1e85738ea80a4a27e21c9b630 (patch)
treeac56460b11a0d7309ea5a1d5104a795a5c3e2f2c /plugins/openfilelocation.lua
parent504be1445cd667686b9e52e8508b6dc97debdaad (diff)
downloadlite-xl-plugins-a450754dd884fde1e85738ea80a4a27e21c9b630.tar.gz
lite-xl-plugins-a450754dd884fde1e85738ea80a4a27e21c9b630.zip
Fixed openfilelocation.lua
Diffstat (limited to 'plugins/openfilelocation.lua')
-rw-r--r--plugins/openfilelocation.lua2
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