From a36146f9c08dcaf759c087b3ed0998fdd95a88c7 Mon Sep 17 00:00:00 2001 From: CodeforEvolution Date: Wed, 1 Jan 2020 15:10:50 -0600 Subject: [PATCH] Add Desktop Opener for Haiku (#425) You guys almost forgot this. Hope this helps! ;) --- src/nnn.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nnn.c b/src/nnn.c index 58586dce..23ce7f9b 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -398,6 +398,8 @@ static char * const utils[] = { "/usr/bin/open", #elif defined __CYGWIN__ "cygstart", +#elif defined __HAIKU__ + "open", #else "xdg-open", #endif