modified: functions/prompt.ps1
This commit is contained in:
parent
b290cde889
commit
01b9d3455f
@ -24,7 +24,7 @@ function prompt
|
|||||||
Write-Host "]" -NoNewline -ForegroundColor Blue
|
Write-Host "]" -NoNewline -ForegroundColor Blue
|
||||||
|
|
||||||
Write-Host " " -NoNewline -ForegroundColor Black
|
Write-Host " " -NoNewline -ForegroundColor Black
|
||||||
Write-Host "$('>' * ($nestedPromptLevel + 1))" -NoNewline -ForegroundColor Cyan
|
Write-Host "$('>' * ($nestedPromptLevel + 1)) " -NoNewline -ForegroundColor Cyan
|
||||||
|
|
||||||
# .Link
|
# .Link
|
||||||
# https://go.microsoft.com/fwlink/?LinkID=225750
|
# https://go.microsoft.com/fwlink/?LinkID=225750
|
||||||
|
Loading…
x
Reference in New Issue
Block a user