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

Don't update the global environment on startup

This commit is contained in:
Mo 2023-08-07 14:21:57 +02:00
parent 80622de1a2
commit 2c24181734

View file

@ -2,7 +2,6 @@ ENV["JULIA_SHELL"] = "/usr/bin/fish"
ENV["JULIA_EDITOR"] = "/home/mo/.cargo/bin/hx" ENV["JULIA_EDITOR"] = "/home/mo/.cargo/bin/hx"
using Pkg: Pkg using Pkg: Pkg
Pkg.update()
using OhMyREPL: OhMyREPL using OhMyREPL: OhMyREPL
using Revise: Revise, includet using Revise: Revise, includet