Browse Source

Support CYGWIN opener

master
Arun Prakash Jana 6 years ago
parent
commit
3b02014897
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      nnn.c

+ 2
- 0
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


Loading…
Cancel
Save