diff --git a/powershell.ps1 b/powershell.ps1 index d024d44..25b59c2 100644 --- a/powershell.ps1 +++ b/powershell.ps1 @@ -49,7 +49,7 @@ function color($tmp) { function prompt { color ("&n" + - "&5$(get-date -UFormat "%a %m-%d %H:%M") &1Kevin-PC &eAzalea &r$(pwdd)&n" + + "&5$(get-date -UFormat "%a %m-%d %H:%M") &1$($env:computername) &eAzalea &r$(pwdd)&n" + "> ") }