Open GuyHoozdis opened 7 years ago
While looking at the docstring on code.InteractiveConsole
I just noticed sys.ps1
and sys.ps2
. I'm not sure if that will help (I imagine that prompts_class
just manages those values), but I didn't realize those were there.
This is the bare minimum default config that I like
I was using this for my shell profile. I was trying to recreate what I do with
PS1
in my bash shell, but the approach wasn't working. I need to revisit that.