From 43a5172f1877b3426d121d1fd8724be6734580a1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 23 Aug 2023 07:35:34 +0300 Subject: osel: Eval arguments --- .local/bin/osel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local') 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 -- cgit v1.2.3