Skip to content

Instantly share code, notes, and snippets.

@buchizo
Created December 26, 2013 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buchizo/8130816 to your computer and use it in GitHub Desktop.
Save buchizo/8130816 to your computer and use it in GitHub Desktop.
posh-gitのプロンプト変更
. '~\Documents\WindowsPowerShell\Modules\posh-git\profile.example.ps1'
$global:GitPromptSettings.BeforeText = ' on '
$global:GitPromptSettings.BeforeForegroundColor = [ConsoleColor]::White
$global:GitPromptSettings.AfterText = " `ngit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment