This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Invoke-Expression (&starship init powershell) | |
Invoke-Expression (& { (zoxide init powershell | Out-String) }) | |
function Get-GitStatus { & git status -sb $args } | |
New-Alias -Name gs -Value Get-GitStatus -Force -Option AllScope | |
function Get-GitDiff { & git diff $args} | |
New-Alias -Name gd -Value Get-GitDiff -Force -Option AllScope |
OlderNewer