helix: expect helix in /opt/helix

This commit is contained in:
usagi-flow 2024-05-14 23:23:26 +02:00
parent f9b71dab66
commit e93cbf8759
No known key found for this signature in database

View file

@ -25,4 +25,7 @@ else
export config="$HOME/.config/helix/config.dark.toml"
fi
HELIX_RUNTIME=~/projects/helix/runtime /usr/local/bin/hx -c "$config" $@
#HELIX_RUNTIME=~/projects/helix/runtime /usr/local/bin/hx -c "$config" $@
# Download from https://github.com/usagi-flow/helix/releases/tag/feat-evil-base and extract in /opt
/opt/helix/hx -c "$config" $@