Browse Source

Add Desktop Opener for Haiku (#425)

You guys almost forgot this. Hope this helps! ;)
master
CodeforEvolution Mischievous Meerkat 4 years ago
parent
commit
a36146f9c0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c View File

@@ -398,6 +398,8 @@ static char * const utils[] = {
"/usr/bin/open", "/usr/bin/open",
#elif defined __CYGWIN__ #elif defined __CYGWIN__
"cygstart", "cygstart",
#elif defined __HAIKU__
"open",
#else #else
"xdg-open", "xdg-open",
#endif #endif


Loading…
Cancel
Save