aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar CodeforEvolution <secundaja@gmail.com>2020-01-01 15:10:50 -0600
committerGravatar Mischievous Meerkat <engineerarun@gmail.com>2020-01-02 02:40:50 +0530
commita36146f9c08dcaf759c087b3ed0998fdd95a88c7 (patch)
tree7e1587ef1e84130370cf5af51eb7f7859ca7bcfe
parent0b78ff4af3d0f30abb46bd6918e120fec22592dd (diff)
downloadnnn-a36146f9c08dcaf759c087b3ed0998fdd95a88c7.tar.gz
Add Desktop Opener for Haiku (#425)
You guys almost forgot this. Hope this helps! ;)
-rw-r--r--src/nnn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 58586dc..23ce7f9 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