1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-04-12 16:36:33 +00:00

Add Desktop Opener for Haiku ()

You guys almost forgot this. Hope this helps! ;)
This commit is contained in:
CodeforEvolution 2020-01-01 15:10:50 -06:00 committed by Mischievous Meerkat
parent 0b78ff4af3
commit a36146f9c0

View file

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