commit bea38c1ce49b5e5e60e4e9f9261ec176ff59cd3c
parent 55384b992b17ffb2a2d0b36ae8dd251c788ff71a
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date: Wed, 1 Dec 2021 10:35:46 +0100
The updates on open-file broke plumb, so I am just going to remove that line from here - I am never using it anyway
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xplumb b/xplumb
@@ -59,7 +59,7 @@ tryurl() {
( [ -n "$url" ] && $browser $url ) || return 1
}
-open-file -s spawn "$text" || \
+#open-file -s spawn "$text" || \
tryurl "$text" || \
trymail "$text" || \
tryman "$text" || \