aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/xdg-open
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/xdg-open')
-rwxr-xr-x.local/bin/xdg-open6
1 files changed, 4 insertions, 2 deletions
diff --git a/.local/bin/xdg-open b/.local/bin/xdg-open
index 5278183..cdb4269 100755
--- a/.local/bin/xdg-open
+++ b/.local/bin/xdg-open
@@ -1,2 +1,4 @@
-#!/bin/sh
-mimeo --term "urxvt -e %s" --deprecated "$@";
+#!/bin/sh -eu
+
+term="$TERMINAL -e %s"
+mimeo --term "$term" --deprecated "$@"