Last active
October 2, 2020 21:30
-
-
Save theparticleman/f07b8d824f9ea03997b039f52222ca6c to your computer and use it in GitHub Desktop.
Revisions
-
theparticleman revised this gist
Oct 2, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ # Put in $PSHOME\Profile.ps1 function prompt { $location = Get-Location Write-Host ($location.ToString().Replace($env:USERPROFILE, "~") + ">") -NoNewline -
theparticleman created this gist
Oct 30, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ function prompt { $location = Get-Location Write-Host ($location.ToString().Replace($env:USERPROFILE, "~") + ">") -NoNewline return " " }