Reputation: 441
I am currently helping tutor an introductory computer science course in Python. The class is introducing people to programming via the terminal. A common problem I am observing is students are struggling to distinguish the standard $ prompt from the Python >>> prompt.
Out of curiosity, is there a way to recolor specific applications within the terminal by modifying something like $PS1?
I was thinking it might be super helpful if the regular prompt was like white but anything within Python was that dark yellowish color (\e[33m).
Upvotes: 0
Views: 65