mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2026-01-02 11:13:52 +01:00
7 lines
297 B
PowerShell
Executable File
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)) ";
|
|
}
|