aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/open.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/functions/open.fish')
-rw-r--r--share/functions/open.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/open.fish b/share/functions/open.fish
index 7a1e7bce..7a9b1e39 100644
--- a/share/functions/open.fish
+++ b/share/functions/open.fish
@@ -23,7 +23,7 @@ if not test (uname) = Darwin
xdg-open $i
end
else
- mimedb -l -- $argv
+ echo (_ 'No open utility found. Try installing "xdg-open" or "xdg-utils".')
end
end
end