Replies: 2 comments 1 reply
-
|
I do not use
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Little addition: On Linux bash prompts are normaly bold. The point is, that not on every terminal/console, especially on Windows, you see a different. But on Linux you see it. And there in bold it looks much better. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I know, it is a little bit off topic.
But do you think, that the colorful PowerShell needs also a little color in the prompt?
I know, there existing things like oh-my-posh. But that is an external program as prompt and doing too much.
Here I have two prompts of PowerShell I like:
The modernized PowerShell prompt:
How it looks on Linux:


and how it looks on Windows:
To use it, write
Write-Output $PROFILEin the prompt.If that shown file don't exists, then generate it. After that posting the function code in it. After starting a new PowerShell, the prompt have a cyan "PS" and white directory. And if you are in your home-directory, your home-directory is replaced with "~" like on Unix.
And if you like it exactly like on Linux bash:
How it looks on Linux:


and how it looks on Windows:
Beta Was this translation helpful? Give feedback.
All reactions