Skip to content

Instantly share code, notes, and snippets.

@SyntaxC4
Created February 2, 2014 23:48
Show Gist options
  • Select an option

  • Save SyntaxC4/8776866 to your computer and use it in GitHub Desktop.

Select an option

Save SyntaxC4/8776866 to your computer and use it in GitHub Desktop.

Revisions

  1. Cory Fowler created this gist Feb 2, 2014.
    6 changes: 6 additions & 0 deletions Microsoft.PowerShell_profile.ps1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # It's your choice if you want to enter the code and press the button.
    # >: 4 8 15 16 23 42
    function prompt {
    write-host '>:' -nonewline
    return ' '
    }