summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/linkhandler2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/linkhandler b/.local/bin/linkhandler
index 71bdbef..5fff65e 100755
--- a/.local/bin/linkhandler
+++ b/.local/bin/linkhandler
@@ -26,7 +26,7 @@ main()
*.c|*.cpp|*.sh|*.txt|*.java|*.nix|*.lua)
note "processing text"
curl -sL "$1" > "/tmp/$(echo "$1" | sed "s/.*\///;s/%20/ /g")" &&
- exec "$TERMINAL" -e xdg-open "/tmp/$(echo "$1" | sed "s/.*\///;s/%20/ /g")" > /dev/null 2>&1 &
+ exec xdg-open "/tmp/$(echo "$1" | sed "s/.*\///;s/%20/ /g")" > /dev/null 2>&1 &
;;
*)
if echo "$1" | grep -Eqx '^https?://[^/]*\.onion(/.*)?'; then