Skip to content

Instantly share code, notes, and snippets.

@gdalle
Last active January 9, 2025 07:17
Show Gist options
  • Save gdalle/d6c94d326e6eded509fa4cde2380ee71 to your computer and use it in GitHub Desktop.
Save gdalle/d6c94d326e6eded509fa4cde2380ee71 to your computer and use it in GitHub Desktop.
Julia startup file
try
@eval using Revise
catch e
@warn "Error during startup imports" e
end
using Pkg: Pkg
atreplinit() do repl
try
@eval using OhMyREPL
catch e
@warn "Error during startup imports" e
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment