Skip to content

Instantly share code, notes, and snippets.

@theparticleman
Last active October 2, 2020 21:30
Show Gist options
  • Select an option

  • Save theparticleman/f07b8d824f9ea03997b039f52222ca6c to your computer and use it in GitHub Desktop.

Select an option

Save theparticleman/f07b8d824f9ea03997b039f52222ca6c to your computer and use it in GitHub Desktop.

Revisions

  1. theparticleman revised this gist Oct 2, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions profile.ps1
    Original 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
  2. theparticleman created this gist Oct 30, 2019.
    5 changes: 5 additions & 0 deletions profile.ps1
    Original 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 " "
    }