diff options
author | CodeforEvolution <secundaja@gmail.com> | 2020-01-01 15:10:50 -0600 |
---|---|---|
committer | Mischievous Meerkat <engineerarun@gmail.com> | 2020-01-02 02:40:50 +0530 |
commit | a36146f9c08dcaf759c087b3ed0998fdd95a88c7 (patch) | |
tree | 7e1587ef1e84130370cf5af51eb7f7859ca7bcfe | |
parent | 0b78ff4af3d0f30abb46bd6918e120fec22592dd (diff) | |
download | nnn-a36146f9c08dcaf759c087b3ed0998fdd95a88c7.tar.gz |
Add Desktop Opener for Haiku (#425)
You guys almost forgot this. Hope this helps! ;)
-rw-r--r-- | src/nnn.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -398,6 +398,8 @@ static char * const utils[] = { "/usr/bin/open", #elif defined __CYGWIN__ "cygstart", +#elif defined __HAIKU__ + "open", #else "xdg-open", #endif |