Skip to content

Commit 2cfedaf

Browse files
committed
✨ Added gs alias to Get-GitStatus function
1 parent 4e87ce1 commit 2cfedaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pwsh/aliases.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ Set-Alias -Name time -Value Measure-Command
126126
# Git & GitHub Aliases
127127
# ====================
128128

129+
# Print Git status
130+
${function:gs} = { Get-GitStatus }
131+
129132
# Git clone and cd
130133
Set-Alias -Name gcd -Value Invoke-GitClone
131134

0 commit comments

Comments
 (0)