From aedbe148bac5d09105cbf818222e61bc87959235 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Fri, 20 Oct 2023 14:58:22 +0200 Subject: [PATCH] autism --- src/bin/se | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/se b/src/bin/se index ea8df4b..04bcf50 100755 --- a/src/bin/se +++ b/src/bin/se @@ -8,5 +8,5 @@ if [ $# -eq 1 ] ; then esac else script=$(find ~/.local/bin -type f | sk --preview 'cat {}') - [ ! -z "$script" ] && $EDITOR $script || exit 0 + [ -n "$script" ] && $EDITOR "$script" || exit 0 fi