Thomas Rushton wants to customize his Powershell prompt:
By default, your PowerShell prompt is “PS <<path>> >”. So normal; so dull. However, that can be easily changed. In my case, I want to add:
- the current time (well, the time at which the prompt was generated)
- a reminder which account I’m using (I have two – a “normal user” one, and a “DBA/SU” one
- a countdown of seconds remaining until my next holiday
Oh, and I still need to see the current path.
Very interesting. By contrast, here’s how to change a Bash prompt.