Skip to content

Instantly share code, notes, and snippets.

@mdimai666
Created April 20, 2024 03:15
Show Gist options
  • Save mdimai666/44d7a12e673ca883c8164638c775d449 to your computer and use it in GitHub Desktop.
Save mdimai666/44d7a12e673ca883c8164638c775d449 to your computer and use it in GitHub Desktop.
PowerShell prompt
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