From 02e4686ccd7c95c6df855be61496c75c92b11396 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 6 Dec 2023 01:30:57 +0100 Subject: scripts: Move many scripts from sh to andy --- .local/bin/osel | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.local/bin/osel') diff --git a/.local/bin/osel b/.local/bin/osel index ca2727f..ccabc96 100755 --- a/.local/bin/osel +++ b/.local/bin/osel @@ -6,12 +6,11 @@ index() { if [ -t 2 ] then - nl -nln -w1 \ + nl -nln -w1 -v0 \ | eval fzf --with-nth=2.. $OSEL_TERM_FLAGS \ | cut -f1 else - eval fuzzel --index $OSEL_GUI_FLAGS \ - | xargs expr 1 + + eval fuzzel --index $OSEL_GUI_FLAGS fi } -- cgit v1.2.3