update startup.jl for linux

This commit is contained in:
qwjyh 2023-10-31 18:00:11 +09:00
parent 4432fd2ea5
commit 8d55de5053

View file

@ -1,4 +1,28 @@
using OhMyREPL
try
using OhMyREPL
catch e
@warn "Failed to load OhMyREPL"
end
try
using Revise
catch e
@warn "Failed to load Revise"
end
# try
# using InteractiveCodeSearch
# InteractiveCodeSearch.CONFIG.interactive_matcher = `fzf`
# catch e
# @warn "Failed to load InteractiveCodeSearch"
# end
try
using AbbreviatedStackTraces
catch e
@warn "Failed to load AbbreviatedStackTraces"
end
#=
TerminalPager
=#
# using JuliaSyntax
#
# if v"1.9" ≤ VERSION < v"1.10"