chris-marsh / pureline

A Pure Bash Powerline PS1 Command Prompt
MIT License
501 stars 94 forks source link

Show $SHLVL in prompt if greater than 1 #57

Open chris-marsh opened 3 years ago

chris-marsh commented 3 years ago

I think it would be useful to have the prompt show the shell level. This is probably more useful when you messing about with things like PureLine dev :) I'm constantly sourcing pureline or starting new bash sessions to test stuff. Working my way back with Ctrl-D is tricky to know when your at ground zero.

Prompt segment could be

|$> bash
|2$> bash
|3$> bash
|4$> ctrl-d
|2$> ctrl-d
|$>
hamza-arshad commented 2 years ago

@chris-marsh can I pick this?

CyrilOtheninGirard commented 2 years ago

See pull request #80 for a possible implementation