Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| windows:powershell [2025/04/07 21:14] – created swe | windows:powershell [2025/12/20 14:53] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | < | + | ``` |
| - | # C:\Users\wed\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 | + | # C:\Users\USERNAME\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 |
| function prompt { | function prompt { | ||
| Line 7: | Line 7: | ||
| return ">> | return ">> | ||
| } | } | ||
| - | </ | + | ``` |