mirror of
https://github.com/jarun/nnn.git
synced 2025-03-19 04:49:49 +00:00
Lookup xdg-open in PATH on non-Apple platforms (#70)
This commit is contained in:
parent
0f27c2f01c
commit
4dca8d7cf9
1 changed files with 1 additions and 1 deletions
2
nnn.c
2
nnn.c
|
@ -260,7 +260,7 @@ static char * const utils[] = {
|
|||
#ifdef __APPLE__
|
||||
"/usr/bin/open",
|
||||
#else
|
||||
"/usr/bin/xdg-open",
|
||||
"xdg-open",
|
||||
#endif
|
||||
"nlay",
|
||||
"atool"
|
||||
|
|
Loading…
Add table
Reference in a new issue