Change where command to "which"
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user