]> Sergey Matveev's repositories - nnn.git/commitdiff
Add Desktop Opener for Haiku (#425)
authorCodeforEvolution <secundaja@gmail.com>
Wed, 1 Jan 2020 21:10:50 +0000 (15:10 -0600)
committerMischievous Meerkat <engineerarun@gmail.com>
Wed, 1 Jan 2020 21:10:50 +0000 (02:40 +0530)
You guys almost forgot this. Hope this helps! ;)

src/nnn.c

index 58586dceed502f873e8fbefdf1c3415c2e134b3b..23ce7f9b3e28eb23b0ab865c1c97bfc12c3d5fe1 100644 (file)
--- 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