From 7cc99a367ad76ce6143711aa44958f65969a033d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 22 Aug 2023 15:44:03 +0200 Subject: stz: Make use of ‘osel’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/sbin/stz | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.local/sbin/stz b/.local/sbin/stz index 9091d29..7a6fdc6 100755 --- a/.local/sbin/stz +++ b/.local/sbin/stz @@ -2,9 +2,7 @@ set -e -choice="`timedatectl list-timezones \ - | grep './.' \ - | wofi -dMfuzzy -Oalphabetical`" +choice="`timedatectl list-timezones | grep './.' | osel`" [ -n "$choice" ] \ && sudo timedatectl set-timezone "$choice" \ -- cgit v1.2.3