How to Remove the Long Path in PowerShell Quick Fix
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=OuRPa--IkNk
Quick tutorial on how to customise your PowerShell prompt by removing the full path display! Perfect for cleaner screenshots and better readability. • Steps shown: • 1. Create PowerShell profile • 2. Add custom prompt function • 3. Reload profile • Commands used: • New-Item -Path $PROFILE -Type File -Force • notepad $PROFILE • . $PROFILE • function prompt { • $((Get-Location).Path.Split('\\')[-1]): • } • #coding #powershell #windows #programming #tech #developer #windowstips #tutorial #shortcuts #productivity
#############################
