Browse Source

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

master
Dmitri Goutnik Arun Prakash Jana 6 years ago
parent
commit
4dca8d7cf9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nnn.c

+ 1
- 1
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"


Loading…
Cancel
Save