The prompt is defined here: https://github.com/JuliaLang/julia/blob/2eee58701052caf6b6927604732e197b1054ac7b/base/REPL.jl#L191
I was looking into it so I could number lines for my SaveREPL.jl package, but it looked like a lot of refactoring. On Mon, Sep 22, 2014 at 10:10 PM, cdm <[email protected]> wrote: > > i suspect that there is a way to do this ... > > suppose that one needed to change the > Julia prompt from > > julia> > > > to say, something like > > j~ > > > is this defined in Base, or somewhere else? > > many thanks, > > cdm >
