Lookup xdg-open in PATH on non-Apple platforms (#70)

This commit is contained in:
Dmitri Goutnik 2017-12-26 13:23:20 -05:00 committed by Arun Prakash Jana
parent 0f27c2f01c
commit 4dca8d7cf9
1 changed files with 1 additions and 1 deletions

2
nnn.c
View File

@ -260,7 +260,7 @@ static char * const utils[] = {
#ifdef __APPLE__
"/usr/bin/open",
#else
"/usr/bin/xdg-open",
"xdg-open",
#endif
"nlay",
"atool"