Files
snigdhaos-pkgbuilds/snigdhaos-powershell/etc/skel/.config/powershell/Microsoft.PowerShell_profile.ps1
2024-05-14 02:46:24 +05:30

7 lines
297 B
PowerShell
Executable File

$Host.UI.RawUI.WindowTitle = "SNIGDHA OS > PowerShell🔥"
function prompt()
{
$ESC=$([char]27)
"$ESC[0;36m┌──I'm $(whoami)$ESC[0;31m$($executionContext.SessionState.Path.CurrentLocation)$("`r`n$ESC[0;36m└──eshanized PowerShell🔥>$ESC[00m" * ($nestedPromptLevel + 1)) ";
}