From f18586aa662f2457512756dd5d9be2d9fa841320 Mon Sep 17 00:00:00 2001 From: Jali Date: Wed, 5 Aug 2026 22:50:48 +0200 Subject: [PATCH] Change where command to "which" --- scripts/hxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hxi b/scripts/hxi index fa9c1a7..b41143b 100755 --- a/scripts/hxi +++ b/scripts/hxi @@ -7,7 +7,7 @@ MUX=$(where tmux) # Set editor to helix, if unset if [[ -v EDITOR ]]; then - EDITOR=$(where hx) + EDITOR=$(which hx) fi # Open a new session with a random name