diff --git a/config/win10/terminal/Microsoft.Powershell_profile.ps1 b/config/win10/terminal/Microsoft.Powershell_profile.ps1 index 96bf2a6..5e611e0 100644 --- a/config/win10/terminal/Microsoft.Powershell_profile.ps1 +++ b/config/win10/terminal/Microsoft.Powershell_profile.ps1 @@ -913,7 +913,7 @@ function gunwip { git reset HEAD~1 } -function gup { +function gpr { git pull --rebase $args }