File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1414# $background = (get-host).ui.rawui.BackgroundColor
1515# Set-Variable background -option Constant -value (get-host).ui.rawui.BackgroundColor
1616
17+ function Write-Green ($str ) {
18+ # Write-Color "`n Git Status `n" -Color Green
19+ Write-Host " `n "
20+ Write-Color " $str " - BackGroundColor Green - Color (get-host ).ui.rawui.BackgroundColor
21+ Write-Host " `n "
22+ }
23+
1724# -------------- #
1825# Basic Commands | -------------------------------------------------------------------------------------- #
1926# -------------- #
@@ -215,6 +222,7 @@ function AppendEnvPath([String]$path) { $env:PATH = $env:PATH + ";$path" }
215222function gs {
216223 # Print-Green-Underline "Git Status:"
217224 # Write-Output "`n Git Status:`n"
225+ Write-Green " TEST"
218226 # TODO: Ensure PSWrite-Color is installed
219227 Write-Color " `n Git Status `n " - Color Green
220228 git status
You can’t perform that action at this time.
0 commit comments