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

12 lines
190 B
Julia
Raw Permalink Normal View History

2023-05-10 13:18:13 +00:00
ENV["JULIA_SHELL"] = "/usr/bin/fish"
2023-08-17 22:31:07 +00:00
ENV["JULIA_EDITOR"] = "hx"
2022-03-20 04:22:56 +00:00
using Pkg: Pkg
using OhMyREPL: OhMyREPL
using Revise: Revise, includet
2022-03-20 04:22:56 +00:00
if isfile("Project.toml")
Pkg.activate(".")
2022-03-20 04:22:56 +00:00
end