diff options
| -rw-r--r-- | nnn.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -286,6 +286,8 @@ static char * const utils[] = { "exiftool", #ifdef __APPLE__ "/usr/bin/open", +#elif defined __CYGWIN__ + "cygstart", #else "xdg-open", #endif |
| index : nnn.git | ||
| forked from https://github.com/jarun/nnn | Tim Segers |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | nnn.c | 2 |
@@ -286,6 +286,8 @@ static char * const utils[] = { "exiftool", #ifdef __APPLE__ "/usr/bin/open", +#elif defined __CYGWIN__ + "cygstart", #else "xdg-open", #endif |