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

Update Julia

This commit is contained in:
Mo 2023-05-10 15:18:13 +02:00
parent 2993bf81bf
commit 1db631a5e0
2 changed files with 2 additions and 2 deletions

View file

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