Support CYGWIN opener

This commit is contained in:
Arun Prakash Jana 2018-05-07 17:59:31 +05:30
parent 7e300b90f2
commit 3b02014897
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 0 deletions

2
nnn.c
View File

@ -286,6 +286,8 @@ static char * const utils[] = {
"exiftool",
#ifdef __APPLE__
"/usr/bin/open",
#elif defined __CYGWIN__
"cygstart",
#else
"xdg-open",
#endif