aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nnn.c b/nnn.c
index 42c402e..d874d35 100644
--- a/nnn.c
+++ b/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"