Created
April 20, 2024 03:15
-
-
Save mdimai666/44d7a12e673ca883c8164638c775d449 to your computer and use it in GitHub Desktop.
PowerShell prompt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function prompt | |
>> { | |
>> Write-Host ("PS " + $(get-date) +">") -nonewline -foregroundcolor White | |
>> return " " | |
>> } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment