Skip to content

Instantly share code, notes, and snippets.

@gdalle
Last active March 23, 2024 07:00
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
atreplinit() do repl
try
@eval using OhMyREPL
@eval using AbbreviatedStackTraces
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