Skip to content

Instantly share code, notes, and snippets.

@nakov
Created December 4, 2025 19:10
Show Gist options
  • Select an option

  • Save nakov/17b78159009221ec33ece13a644903fe to your computer and use it in GitHub Desktop.

Select an option

Save nakov/17b78159009221ec33ece13a644903fe to your computer and use it in GitHub Desktop.
PowerShell Short Prompt

Copy this file to:

C:\Users\{your_user}\OneDrive\Documents\WindowsPowerShell

function prompt {
$current = Split-Path -Leaf (Get-Location)
Write-Host "PS " -NoNewline
Write-Host $current -ForegroundColor Cyan -NoNewline
return "> "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment