mirror of
https://github.com/jarun/nnn.git
synced 2025-04-12 16:36:33 +00:00
Add Desktop Opener for Haiku (#425)
You guys almost forgot this. Hope this helps! ;)
This commit is contained in:
parent
0b78ff4af3
commit
a36146f9c0
1 changed files with 2 additions and 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
|
||||
|
|
Loading…
Add table
Reference in a new issue