aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nnn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nnn.c b/nnn.c
index a3a422a..c304886 100644
--- a/nnn.c
+++ b/nnn.c
@@ -286,6 +286,8 @@ static char * const utils[] = {
"exiftool",
#ifdef __APPLE__
"/usr/bin/open",
+#elif defined __CYGWIN__
+ "cygstart",
#else
"xdg-open",
#endif