Change where command to "which"

This commit is contained in:
2026-08-05 22:50:48 +02:00
parent f1291daadc
commit f18586aa66
+1 -1
View File
@@ -7,7 +7,7 @@ MUX=$(where tmux)
# Set editor to helix, if unset # Set editor to helix, if unset
if [[ -v EDITOR ]]; then if [[ -v EDITOR ]]; then
EDITOR=$(where hx) EDITOR=$(which hx)
fi fi
# Open a new session with a random name # Open a new session with a random name