mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Replace Helix full path with just hx
This commit is contained in:
parent
6a69b28e1d
commit
da96254723
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
ENV["JULIA_SHELL"] = "/usr/bin/fish"
|
||||
ENV["JULIA_EDITOR"] = "/home/mo/.cargo/bin/hx"
|
||||
ENV["JULIA_EDITOR"] = "hx"
|
||||
|
||||
using Pkg: Pkg
|
||||
|
||||
|
|
Loading…
Reference in a new issue