Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Added git-posh integration
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmuc committed Sep 12, 2011
1 parent 377d2b3 commit a26682d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion profile/profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ function prompt {
write-host ' {' -n -f $cdelim
write-host (shorten-path (pwd).Path) -n -f $cloc
write-host '}' -n -f $cdelim
return ' '

$global:GitStatus = Get-GitStatus
Write-GitStatus $GitStatus

return '> '
}

function Setup-Path {
Expand All @@ -36,3 +40,5 @@ function Import-InstalledModules {

Setup-Path
Import-InstalledModules

Enable-GitColors

0 comments on commit a26682d

Please sign in to comment.