aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/open
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/open')
-rwxr-xr-x.local/bin/open2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/open b/.local/bin/open
index 9c78c0c..46c77c7 100755
--- a/.local/bin/open
+++ b/.local/bin/open
@@ -85,4 +85,4 @@ multi sub cmd (IO::Path $t where { $_.f }) { "less -R +k '$t'" }
# Fallback command
#
-multi sub cmd ($t) { "xdg-open '$t'" }
+multi sub cmd ($t) { qq[notify-send 'open' 'No association to open "$t"'] }