Skip to content

Commit

Permalink
Use the open command to open a directory in Finder on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Jan 20, 2015
1 parent 98ae34f commit 508216b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/filebrowser.c
Expand Up @@ -35,6 +35,8 @@
# include <windows.h>

# define OPEN_CMD "explorer \"%d\""
#elif defined(__APPLE__)
# define OPEN_CMD "open \"%d\""
#else
# define OPEN_CMD "nautilus \"%d\""
#endif
Expand Down

0 comments on commit 508216b

Please sign in to comment.