summaryrefslogtreecommitdiff
path: root/.local/bin/osel
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/osel')
-rwxr-xr-x.local/bin/osel2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/osel b/.local/bin/osel
index 7087dc3..885c048 100755
--- a/.local/bin/osel
+++ b/.local/bin/osel
@@ -2,4 +2,4 @@
: ${OSEL_GUI:=wofi -d}
: ${OSEL_TERM:=fzf}
-if [ -t 2 ]; then $OSEL_TERM; else $OSEL_GUI; fi
+if [ -t 2 ]; then eval $OSEL_TERM; else eval $OSEL_GUI; fi