1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Replace Helix full path with just hx

This commit is contained in:
Mo 2023-08-18 00:31:07 +02:00
parent 6a69b28e1d
commit da96254723

View file

@ -1,5 +1,5 @@
ENV["JULIA_SHELL"] = "/usr/bin/fish" ENV["JULIA_SHELL"] = "/usr/bin/fish"
ENV["JULIA_EDITOR"] = "/home/mo/.cargo/bin/hx" ENV["JULIA_EDITOR"] = "hx"
using Pkg: Pkg using Pkg: Pkg